-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Model does not appear to have a file named config.json #4634
Comments
You might need this config.json in your mixtral-8x7b-32kseqlen folder |
Could you please provide further clarification? |
@minh282906 it seems you first have to convert the llama weights to hf (see: https://huggingface.co/docs/transformers/model_doc/llama2#usage-tips) |
A few weeks ago, I ran it normally, I didn't need to convert to hf. But now I am encountering this error, so that's why I find it really strange. |
same to me :( |
@sergiocardoso |
I'm also facing the same issue, any fixes @minh282906 ? |
@dpaksahoo |
Sorry for my english. |
Thank you very much |
@sergiocardoso thank you, this worked for me 💯 |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I run normal make in WSL2 Linux/Ubuntu
and download model 7B and 7B-chat in https://ai.meta.com/resources/models-and-libraries/llama-downloads/
already have env in anaconda env and run requirements file to install all the needs
when I run python3 convert.py models/... to convert to ggml FP16 format it return error
"raise EnvironmentError(
OSError: llama/llama-2-7b does not appear to have a file named config.json. Checkout 'https://huggingface.co/llama/llama-2-7b/None' for available files."
how do I fix this issue
The text was updated successfully, but these errors were encountered: