Model Download not available "400 Bad Request"

#3
by automacellulare - opened

It looks impossible to download the model from the "Files and versions" section here in Hugging Face.

hf download antirez/deepseek-v4.1-flash-gguf DeepSeek-V4.1-Flash-Q4.gguf.part1
DeepSeek-V4.1-Flash-Q4.gguf.part1: downloading bytes: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 38.4GB, 98.7kB/s
DeepSeek-V4.1-Flash-Q4.gguf.part1: reconstructing file: 8%|β–ˆβ–

image

It still looks impossible to download the model from the "Files and versions" section here in Hugging Face.

I've tried to start the download with hf download but after 221gb the download stopped and I've to start it again from the beginning, it's frustrating.

Same here. I believe this https://huggingface.co/antirez/deepseek-v4.1-flash-gguf/discussions/5 would fix the issue.

After all those days, and at least 10 retries, I managed to solve it by running this command trying to escape timeout and retry limits:

export HF_HUB_ETAG_TIMEOUT=300
export HF_HUB_DOWNLOAD_TIMEOUT=600
export HF_XET_CLIENT_CONNECT_TIMEOUT=90
export HF_XET_CLIENT_READ_TIMEOUT=600
export HF_XET_CLIENT_RETRY_BASE_DELAY=5
export HF_XET_CLIENT_RETRY_MAX_ATTEMPTS=100000
export HF_XET_CLIENT_RETRY_MAX_DURATION=36000

hf download antirez/deepseek-v4.1-flash-gguf DeepSeek-V4.1-Flash-Q2.gguf

Hope it can help someone, but much more I hope someone in hf could place himself and point to really make the xet work properly.

PS. Salvatore, non so se leggerai mai questo messaggio ma ci spero, per il futuro potresti caricare i modelli splittati ogni circa 50GB?

Sign up or log in to comment