Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrouard committed Oct 30, 2024
1 parent f104e4f commit 1003b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/audiocraft_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
. env/bin/activate
python -m pip install --upgrade pip
pip install 'numpy<2' torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0
pip install xformers
pip install xformers==0.0.22.post7
pip install -e '.[dev,wm]'
- name: System Dependencies
shell: bash
Expand Down

0 comments on commit 1003b0c

Please sign in to comment.