Text Generation
Transformers
Safetensors
minimax
conversational
fp8

Why does it keep trying to connect to huggingface?

#16
by surak - opened

I'm running it on a compute node without internet access, and before actually loading it, it does this:

Max retries exceeded with url: /models/MiniMax-M2/resolve/main/model.safetens
ors (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1484948c3890>: Failed to establish a new connection: [Errno 113] No route to host'))"), '
(Request ID: 9ae3365d-fb3f-482d-8de8-dcd7b1f93e14)')' thrown while requesting HEAD https://huggingface.co/models/MiniMax-M2/resolve/main/model.safetensors

Make sure your model_id changed to your local dir. Otherwise it will try to download the weights from huggingface.

Sign up or log in to comment