Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trestad authored Jun 9, 2023
1 parent d93e8d4 commit fa414fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion getmusic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ We make a video to demonstrate how to use GETMusic at this [link](https://www.yo

Python environment:
```
pip install -r requirements.txt
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
pip install tensorboard
pip install pyyaml
pip install tqdm
pip install transformers
pip install einops
pip install miditoolkit
```
Click [here](https://1drv.ms/u/s!ArHNvccy1VzPkWGKXZDQY5k-kDi4?e=fFxcEq) to download the model checkpoint.

Expand Down

0 comments on commit fa414fa

Please sign in to comment.