Skip to content

Commit

Permalink
plop
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Oct 9, 2023
1 parent 4c76747 commit ba62e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/audiocraft_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ runs:
python3 -m venv env
. env/bin/activate
python -m pip install --upgrade pip
pip install --pre torch xformers
pip install torch
pip install --pre xformers
pip install -e '.[dev]'
- name: System Dependencies
shell: bash
Expand Down

0 comments on commit ba62e00

Please sign in to comment.