Getting error 400 when downloading

#2
by jimreynold2nd - opened

Did I do something wrong? URLs for all 3 files (e.g. https://huggingface.co/antirez/glm-5.2-gguf/resolve/main/GLM-5.2-UD-Q4_K_RoutedQ4K.gguf?download=true) throw 400 error.

@jimreynold2nd

It might be because the single files are quite large. You can download them using the hf tool. For your example, hf download hf://antirez/glm-5.2-gguf/GLM-5.2-UD-Q4_K_RoutedQ4K.gguf --local-dir antirez_glm-5.2-gguf.

@jimreynold2nd

Or use the download_model.sh script that comes with git clone https://github.com/antirez/ds4

Or use hfdownloader. You can find it at https://github.com/bodaay/HuggingFaceModelDownloader

Sign up or log in to comment