OpenJMLA / README.md
sino
Update README.md
b2222c9
|
raw
history blame
367 Bytes
---
tags:
- music
- text-generation-inference
---
# Environment:
## step 1:
conda create -name SpectPrompt python=3.9
## step 2:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install transformers datasets librosa einops_exts einops mmcls peft ipdb torchlibrosa
pip install -U openmim
mim install mmcv==1.7.1