File size: 364 Bytes
a125c02 06a2384 |
1 2 3 4 5 6 7 8 9 10 11 |
---
license: apache-2.0
---
LLaMA weights(llama-13b-hf) + Vicuna weights (vicuna-13b-delta-v1.1) = Vicuna-13B
# 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-13B<br>
python3 -m fastchat.serve.cli --model-path /path/to/Vicuna-13B<br> |