FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

generate Vicuna error

Open wen020 opened this issue 1 year ago • 1 comments

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

wen020 avatar Jun 06 '24 06:06 wen020

I'm getting the same error.

Lim-Sung-Jun avatar Jun 16 '24 08:06 Lim-Sung-Jun