sino
commited on
Commit
·
a357ba5
1
Parent(s):
07bc64b
Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,11 @@ tags:
|
|
3 |
- music
|
4 |
- text-generation-inference
|
5 |
---
|
6 |
-
#Experiments:
|
7 |
-
##step 1:
|
8 |
-
conda create -name SpectPrompt python=3.9
|
9 |
-
##step 2:
|
10 |
-
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
11 |
-
pip install transformers datasets librosa einops_exts einops mmcls peft ipdb torchlibrosa
|
12 |
-
pip install -U openmim
|
13 |
-
mim install mmcv==1.7.1
|
|
|
3 |
- music
|
4 |
- text-generation-inference
|
5 |
---
|
6 |
+
# Experiments:
|
7 |
+
## step 1:
|
8 |
+
conda create -name SpectPrompt python=3.9
|
9 |
+
## step 2:
|
10 |
+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
11 |
+
pip install transformers datasets librosa einops_exts einops mmcls peft ipdb torchlibrosa
|
12 |
+
pip install -U openmim
|
13 |
+
mim install mmcv==1.7.1
|