feihu.hf
commited on
Commit
•
56c037a
1
Parent(s):
cc5c15e
update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,10 @@ Since cloning the entire repo may be inefficient, you can manually download the
|
|
52 |
```shell
|
53 |
pip install -U huggingface_hub
|
54 |
```
|
55 |
-
|
|
|
|
|
|
|
56 |
|
57 |
For users, to achieve chatbot-like experience, it is recommended to commence in the conversation mode:
|
58 |
|
|
|
52 |
```shell
|
53 |
pip install -U huggingface_hub
|
54 |
```
|
55 |
+
2. Download:
|
56 |
+
```shell
|
57 |
+
huggingface-cli download Qwen/Qwen2.5-Coder-0.5B-Instruct-GGUF qwen2.5-0.5b-coder-instruct-q5_k_m.gguf --local-dir . --local-dir-use-symlinks False
|
58 |
+
```
|
59 |
|
60 |
For users, to achieve chatbot-like experience, it is recommended to commence in the conversation mode:
|
61 |
|