1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

add: torch to the pypi step. (#7328)

This commit is contained in:
Sayak Paul
2024-03-15 12:28:12 +05:30
committed by GitHub
parent 5d848ec07c
commit e0e9f81971

View File

@@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools wheel twine
pip install -U setuptools wheel twine torch
- name: Build the dist files
run: python setup.py bdist_wheel && python setup.py sdist