generate Vicuna error
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

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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