File size: 371 Bytes
59bb9b3
 
 
b0a9e4d
3773196
b0a9e4d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
---
license: apache-2.0
---
# Vicuna-7B
LLaMA weights(llama-7b-hf) + Vicuna weights (vicuna-7b-delta-v1.1)  = Vicuna-7B

# How to
pip3 install fschat<br>
pip3 install git+https://github.com/huggingface/transformers<br>
sudo apt install git git-lfs<br>
git clone https://huggingface.co/myaniu/Vicuna-7B<br>
python3 -m fastchat.serve.cli --model-path /path/to/Vicuna-7B<br>