10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
|
|
git clone https://github.com/FunAudioLLM/Fun-ASR.git
|
|
cd Fun-ASR
|
|
pip install -r requirements.txt
|
|
清华大学源
|
|
|
|
|
|
pip install torch==2.5.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple |