lm-sys / FastChat

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Apache License 2.0
36.56k stars 4.51k forks source link

generate Vicuna error #3380

Open wen020 opened 3 months ago

wen020 commented 3 months ago

I used the following command to generate Vicuna, but the following error occurred. Which step did I do wrong?

python3 -m fastchat.model.apply_delta \ --base-model-path /path/to/llama-7b \ --target-model-path /path/to/output/vicuna-7b \ --delta-path lmsys/vicuna-7b-delta-v0

base-model:https://huggingface.co/huggyllama/llama-7b/tree/main delta-model:https://huggingface.co/lmsys/vicuna-7b-delta-v0 image

Lim-Sung-Jun commented 3 months ago

I'm getting the same error.