Update README.md
Browse files
README.md
CHANGED
|
@@ -10,10 +10,10 @@ Usage please refer to [MaixPy](https://wiki.sipeed.com/maixpy/)'s documentation.
|
|
| 10 |
## Download models
|
| 11 |
|
| 12 |
```shell
|
|
|
|
|
|
|
| 13 |
export HF_ENDPOINT=https://hf-mirror.com
|
| 14 |
-
|
| 15 |
-
cd Qwen2.5-0.5B-Instruct-maixcam2
|
| 16 |
-
huggingface-cli download sipeed/Qwen2.5-0.5B-Instruct-maixcam2 --local-dir .
|
| 17 |
```
|
| 18 |
|
| 19 |
|
|
|
|
| 10 |
## Download models
|
| 11 |
|
| 12 |
```shell
|
| 13 |
+
pip install huggingface_hub
|
| 14 |
+
|
| 15 |
export HF_ENDPOINT=https://hf-mirror.com
|
| 16 |
+
huggingface-cli download sipeed/Qwen2.5-0.5B-Instruct-maixcam2 --local-dir Qwen2.5-0.5B-Instruct-maixcam2
|
|
|
|
|
|
|
| 17 |
```
|
| 18 |
|
| 19 |
|