"vscode:/vscode.git/clone" did not exist on "668ecc6c5b375249578b83dbabfb47c3ed5d9dbd"
Unverified Commit 25caf24e authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

Fix release workflow deps (#7339)

* pop scale from the top-level unet instead of getting it.

* improve readability.

* fix: pypi workflow deps

* revert
parent 8db3c9bc
......@@ -52,7 +52,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools wheel twine torch
pip install -U setuptools wheel twine
pip install -U torch --index-url https://download.pytorch.org/whl/cpu
pip install -U transformers
- name: Build the dist files
run: python setup.py bdist_wheel && python setup.py sdist
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment