khanhld3
commited on
Commit
·
099afa2
1
Parent(s):
9a7ff5c
[update] update usage
Browse files
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 --
|
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 --local-dir "./chunkformer-large-vie"
|
132 |
```
|
133 |
or
|
134 |
```bash
|