Cannot load model on TEI

#24
by markba - opened

During downloading model sources by TEI server I got this error:
{
"timestamp": "2025-09-21T07:23:03.381747Z",
"level": "WARN",
"message": "safetensors weights not found. Using pytorch_model.bin instead. Model loading will be significantly slower.",
"target": "text_embeddings_backend",
"filename": "backends/src/lib.rs",
"line_number": 413
}
{
"timestamp": "2025-09-21T07:23:03.381790Z",
"level": "INFO",
"message": "Downloading pytorch_model.bin",
"target": "text_embeddings_backend",
"filename": "backends/src/lib.rs",
"line_number": 414
}
Error: Could not create backend
Caused by:
Weights not found: request error: HTTP status client error (404 Not Found) for url (https://huggingface.co/Alibaba-NLP/gte-Qwen1.5-7B-instruct/resolve/main/pytorch_model.bin)

Sign up or log in to comment