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

decapoda-research/llama-7b-hf is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' #625

Open
Aekansh-Ak opened this issue Mar 7, 2024 · 2 comments

Comments

@Aekansh-Ak
Copy link

decapoda-research/llama-7b-hf is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'

@jkloveg
Copy link

jkloveg commented Mar 8, 2024

Maybe you need to download the original llama model and then convert it to hf format

@yakovchenk0
Copy link

Try to use --base_model 'baffo32/decapoda-research-llama-7B-hf'. The base-model path has changed over time.

If you wanna check more base models, just go here https://huggingface.co/models and copy the relative path to the model. In this case, https://huggingface.co/baffo32/decapoda-research-llama-7B-hf is the one desired, so we just put --base_model 'baffo32/decapoda-research-llama-7B-hf' and this should work just fine :)

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

3 participants