ngxson HF Staff commited on
Commit
15b1d6d
·
verified ·
1 Parent(s): a796fd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -5,3 +5,13 @@ base_model:
5
  ---
6
 
7
  Original model: https://huggingface.co/5CD-AI/Vintern-1B-v3_5
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  Original model: https://huggingface.co/5CD-AI/Vintern-1B-v3_5
8
+
9
+ ### How to use this
10
+
11
+ Install llama.cpp
12
+
13
+ Then:
14
+
15
+ ```
16
+ llama-server -hf ngxson/Vintern-1B-v3_5-GGUF --chat-template vicuna
17
+ ```