lm-sys / lm-sys/FastChat

generate Vicuna error

Open
#3,380 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
39.5k
Forks
4.8k
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/lm-sys/FastChat/assets/54690997/d5ecff52-fe77-40d9-ac2f-81e557b69c81)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the python3 -m fastchat.model.apply_delta command and inspect the error in the linked image, then compare the supplied base-model, target-model, and delta paths with the command's requirements. Reproduce the failure if possible; done means the incorrect step is identified and the required correction is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.