Missing model.safetensors.index.json
#2
by voplica-git - opened
Model can't be loaded anymore with transformers>=5.3.0 due to missing model.safetensors.index.json.
The following exception is thrown when trying to load the model using new transformers: Task exception: Error no file named model.safetensors, or pytorch_model.bin, found in directory /build/cache/models/llava-v1.6-mistral-7b-hf-bnb-4bit/.
Oops. The issue was that the model.safetensors model download was interrupted. After re-fetching it the issue is gone.
voplica-git changed discussion status to closed