an issue for repeat a command
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
root@c68c31f45482:/workspace/zt/code/FastChat# python3 -m fastchat.model.apply_delta --base-model-path ../../model/Llama-2-7b-hf --target-model-path ../Sequence-Scheduling/ckpts/vicuna-7b --delta-path lmsys/vicuna-7b-delta-v1.1
Loading the delta weights from lmsys/vicuna-7b-delta-v1.1
You are using the default legacy behaviour of the <class 'transformers.models.llama.tokenization_llama.LlamaTokenizer'>. This is expected, and simply means that the legacy (previous) behavior will be used so nothing changes for you. If you want to use the new behaviour, set legacy=False. This should only be set if you understand what it means, and thoroughly read the reason why this was added as explained in https://github.com/huggingface/transformers/pull/24565 - if you loaded a llama tokenizer from a GGUF file you can ignore this message
Downloading shards: 0%| | 0/2 [00:00<?, ?it/s]
I just want to add Vicuna weights to original llama model. The first time i excute the command described in tutorial is normal. But I find i set a wrong output path. So i just cancel this command and run it again. Unfortunately it shows this description, and i have waited more than 30 mins to this download process. So what's wrong with this bug, and how can i fix it. (I have VPN so it's not the network conncetion issue)
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 by reproducing the tutorial command through fastchat.model.apply_delta, checking the base, target, and delta paths shown in the report. Inspect the shard-download step and compare a fresh run with the canceled rerun. Done means the intended Vicuna weights are produced at the corrected output path, with the cause and fix recorded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100