Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Delta failed #85

Open
majidbhatti opened this issue Apr 18, 2023 · 1 comment
Open

Apply Delta failed #85

majidbhatti opened this issue Apr 18, 2023 · 1 comment

Comments

@majidbhatti
Copy link

majidbhatti commented Apr 18, 2023

I downloaded pyllama. Converted it to huggingface format. and when I run the following command
python3 -m fastchat.model.apply_delta --base converted7B/ --target llama_to_vicuna --delta lmsys/vicuna-7b-delta-v1.1

the following error is raised.

OSError: Can't load tokenizer for 'lmsys/vicuna-7b-delta-v1.1'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'lmsys/vicuna-7b-delta-v1.1' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.

someone please suggest me the workaround

@majidbhatti
Copy link
Author

I figured it out. The issue persist because the repo is not uptodate. git pull will resolve the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant