Switch stable standalone dependencies to stable xformers.

Switch nightly standalone to cu121.
This commit is contained in:
comfyanonymous
2023-04-28 08:35:20 -04:00
parent e958dfdd4d
commit 27bf9392ac
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- shell: bash
run: |
python -m pip wheel --no-cache-dir torch torchvision torchaudio xformers==0.0.19.dev516 --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip wheel --no-cache-dir torch torchvision torchaudio xformers --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip install --no-cache-dir ./temp_wheel_dir/*
echo installed basic
ls -lah temp_wheel_dir