legacy-vicuna-13b / README.md
thawani's picture
Update README.md
34ed0f2
|
raw
history blame
No virus
475 Bytes
metadata
tags:
  - llama
  - vicuna
  - text-generation-inference

complete model with delta patch applied

  • No unnecessary changes
  • Same format
  • No quantization

Setup

# Install FastChat
pip3 install fschat

# Install the latest main branch of huggingface/transformers
pip3 install git+https://github.com/huggingface/transformers

Usage

python3 -m fastchat.serve.cli --model-name eachadea/vicuna-13b

See more at https://github.com/lm-sys/FastChat