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 f30b69b commit 3b55e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/audiocraft_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
python3 -m venv env
. env/bin/activate
python -m pip install --upgrade pip
pip install 'numpy==1.17.3' 'scipy==1.5.4' torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0
pip install numpy==1.23.5 torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0
pip install xformers==0.0.22.post7
pip install -e '.[dev,wm]'
- name: System Dependencies
Expand Down
2 changes: 2 additions & 0 deletions docs/MUSICGEN_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ MusicGen-Stem requires a GPU with at least 16 GB of memory for running inference
## Usage

1. You can play with MusicGen-Style by running the jupyter notebook at [`demos/musicgen_style_demo.ipynb`](../demos/musicgen_style_demo.ipynb) locally (if you have a GPU).
2. You can use the gradio demo locally by running python -m demos.musicgen_style_app --share.
3. You can play with MusicGen by running the jupyter notebook at demos/musicgen_style_demo.ipynb locally (if you have a GPU).

## API

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tqdm
transformers>=4.31.0 # need Encodec there.
xformers<0.0.23
demucs
librosa
librosa==0.10.1
soundfile
gradio
torchmetrics
Expand Down

0 comments on commit 3b55e6d

Please sign in to comment.