myaniu commited on
Commit
b0a9e4d
1 Parent(s): e277799

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- llama-7b-hf + vicuna-7b-delta-v1.1 = Vicuna-7B
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Vicuna-7B
5
+ llama-7b-hf + vicuna-7b-delta-v1.1 = Vicuna-7B
6
+
7
+ # How to
8
+ pip3 install fschat<br>
9
+ pip3 install git+https://github.com/huggingface/transformers<br>
10
+ sudo apt install git git-lfs<br>
11
+ git clone https://huggingface.co/myaniu/Vicuna-7B<br>
12
+ python3 -m fastchat.serve.cli --model-path /path/to/Vicuna-7B<br>