jadechoghari
commited on
Commit
•
84986ac
1
Parent(s):
aa86ba4
Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,11 @@ With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicC
|
|
16 |
|
17 |
```bash
|
18 |
!git lfs install
|
19 |
-
!git clone https://huggingface.co/jadechoghari/
|
20 |
```
|
21 |
|
|
|
|
|
22 |
```bash
|
23 |
pip install -r qa_mdt/requirements.txt
|
24 |
pip install xformers==0.0.26.post1
|
|
|
16 |
|
17 |
```bash
|
18 |
!git lfs install
|
19 |
+
!git clone https://huggingface.co/jadechoghari/openmusic
|
20 |
```
|
21 |
|
22 |
+
Manually change the folder name from `openmusic` to `qa_mdt`
|
23 |
+
|
24 |
```bash
|
25 |
pip install -r qa_mdt/requirements.txt
|
26 |
pip install xformers==0.0.26.post1
|