Safetensors
Jayjay55 commited on
Commit
51a4173
·
verified ·
1 Parent(s): 4eab72f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -76,7 +76,13 @@ uv sync --extra accel --extra accel-build --group tools # + compile causal-con
76
  Download the pretrained model from Hugging Face with the `hf` CLI:
77
 
78
  ```sh
79
- hf download FireRedTeam/FireRedAudio --local-dir pretrained_models/
 
 
 
 
 
 
80
  ```
81
 
82
  ### Python API
 
76
  Download the pretrained model from Hugging Face with the `hf` CLI:
77
 
78
  ```sh
79
+ uv run hf download FireRedTeam/FireRedAudio --local-dir pretrained_models/
80
+ ```
81
+
82
+ Alternatively, download the pretrained model using `modelscope` CLI:
83
+ ```
84
+ uv pip install modelscope
85
+ uv run modelscope download --model FireRedTeam/FireRedAudio --local_dir pretrained_models/
86
  ```
87
 
88
  ### Python API