404 error

#5
by mrbigs - opened

huggingface-cli download TheBloke/Llama-2-7B-GGUF llama-2-7b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False

gives

Entry Not Found for url: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.q4_K_M.gguf.

Sorry, it's a typo in the readme. it's Q4_K_M not q4_K_M. I'll update.

I ran into this same issue today.

It's the same issue with this as well(that is provided in the document) huggingface-cli download TheBloke/Llama-2-13B-GGUF llama-2-13b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False

Thanks for this! Seems like the readme is yet to be updated as of Jun 7 2024.

Sign up or log in to comment