jadechoghari commited on
Commit
c586249
1 Parent(s): 4ca57b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -19,6 +19,10 @@ With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicC
19
  !git clone https://huggingface.co/jadechoghari/qa-mdt
20
  ```
21
 
 
 
 
 
22
  ```python
23
  from qa_mdt.pipeline import MOSDiffusionPipeline
24
 
 
19
  !git clone https://huggingface.co/jadechoghari/qa-mdt
20
  ```
21
 
22
+ ```bash
23
+ pip install -r qa_mdt/requirements.txt --index-url https://download.pytorch.org/whl/cu121
24
+ ```
25
+
26
  ```python
27
  from qa_mdt.pipeline import MOSDiffusionPipeline
28