Safetensors File Size < 50 GB?

#1
by FabianHeller - opened

Thank you for this model. Can you maybe in future create files < 50 GB? At work, we can only access Huggingface through a proxy. Therefore, XET doesn't work through the proxy. Huggingface doesn't allow downloading files >= 50 GB without XET (I have hf_xet installed):

Error: Invalid value. The file is too large to be downloaded using the regular download method.  Install `hf_xet` with `pip install hf_xet` for xet-powered downloads.

Edit: I found if I use curl instead of hf, it works:

curl -L -O -H "Authorization: Bearer $HF_TOKEN" "$HF_ENDPOINT/RedHatAI/GLM-5.2-NVFP4/resolve/main/model-00003-of-00009.safetensors"

Sign up or log in to comment