Model Download not available "400 Bad Request"
It looks impossible to download the model from the "Files and versions" section here in Hugging Face.
me too
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%|ββ
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?
