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