You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i want to quantize my Qwen2 model but it seems then the files are not found even though it clones and installs llama.cpp correctly. When quantizing the mode i get this:
python3: can't open file '/content/llama.cpp/convert-hf-to-gguf.py': [Errno 2] No such file or directory
/bin/bash: line 1: ./llama.cpp/quantize: No such file or directory
/bin/bash: line 1: ./llama.cpp/quantize: No such file or directory
This happens since the new versions of llama.cpp came out, they removed the quantize directory, I think its somewhere gguf-py directory?
GPU: T4
The text was updated successfully, but these errors were encountered:
Hey, i want to quantize my Qwen2 model but it seems then the files are not found even though it clones and installs llama.cpp correctly. When quantizing the mode i get this:
This happens since the new versions of llama.cpp came out, they removed the quantize directory, I think its somewhere
gguf-py
directory?GPU: T4
The text was updated successfully, but these errors were encountered: