jadechoghari commited on
Commit
e0dbbbc
1 Parent(s): ee4e5da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -20,7 +20,11 @@ With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicC
20
  ```
21
 
22
  ```bash
23
- pip install -r qa_mdt/requirements.txt --index-url https://download.pytorch.org/whl/cu121
 
 
 
 
24
  ```
25
 
26
  ```python
@@ -29,3 +33,5 @@ from qa_mdt.pipeline import MOSDiffusionPipeline
29
  pipe = MOSDiffusionPipeline()
30
  pipe("A modern synthesizer creating futuristic soundscapes.")
31
  ```
 
 
 
20
  ```
21
 
22
  ```bash
23
+ pip install -r qa_mdt/requirements.txt
24
+ pip install xformers==0.0.26.post1
25
+ pip install torchlibrosa==0.0.9 librosa==0.9.2
26
+ pip install -q pytorch_lightning==2.1.3 torchlibrosa==0.0.9 librosa==0.9.2 ftfy==6.1.1 braceexpand
27
+ pip install torch==2.3.0+cu121 torchvision==0.18.0+cu121 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu121
28
  ```
29
 
30
  ```python
 
33
  pipe = MOSDiffusionPipeline()
34
  pipe("A modern synthesizer creating futuristic soundscapes.")
35
  ```
36
+
37
+ # Enjoy the music!! 🎶