khanhld3 commited on
Commit
9a7ff5c
·
1 Parent(s): 99a31ad

[update] update usage

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -128,7 +128,7 @@ pip install -r requirements.txt
128
  2. **Download the Model Checkpoint from Hugging Face**
129
  ```bash
130
  pip install huggingface_hub
131
- huggingface-cli download khanhld/chunkformer-large-vie --resume-download --cache-dir ./chunkformer-large-vie
132
  ```
133
  or
134
  ```bash
 
128
  2. **Download the Model Checkpoint from Hugging Face**
129
  ```bash
130
  pip install huggingface_hub
131
+ huggingface-cli download khanhld/chunkformer-large-vie --cache-dir "./chunkformer-large-vie"
132
  ```
133
  or
134
  ```bash