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?
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