- Download huggingface-cli command have a typo
"huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False"
Have smashed 2 times in the repo name.
Should be
"huggingface-cli download PrunaAI/PrunaAI/Phi-3-mini-128k-instruct-GGUF-Imatrix-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False"
"huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False"
Have smashed 2 times in the repo name.
Should be
"huggingface-cli download PrunaAI/PrunaAI/Phi-3-mini-128k-instruct-GGUF-Imatrix-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False"
Fixed, thanks a lot for the heads up!