We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.safetensors.index.json should exist
When loading the model unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit, I have the error : AssertionError: model.safetensors.index.json should exist.
AssertionError: model.safetensors.index.json should exist.
from airllm import AutoModel model = AutoModel.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit")
Indeed in this model there is no file model.safetensors.index.json The same goes for the model unsloth/Meta-Llama-3.1-70B-bnb-4bit The file model.safetensors.index.json is present in the model unsloth/Meta-Llama-3.1-405B-Instruct-bnb-4bit
model.safetensors.index.json
The text was updated successfully, but these errors were encountered:
I get the same error. Could you fix this?
Sorry, something went wrong.
I get the same error
Same error
same error
have you enabled cuda cores ?
No branches or pull requests
When loading the model unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit, I have the error :
AssertionError: model.safetensors.index.json should exist.
Indeed in this model there is no file
model.safetensors.index.json
The same goes for the model unsloth/Meta-Llama-3.1-70B-bnb-4bit
The file
model.safetensors.index.json
is present in the model unsloth/Meta-Llama-3.1-405B-Instruct-bnb-4bitThe text was updated successfully, but these errors were encountered: