This repository contains multiple GGUF quantizations optimized for local inference with llama.cpp, koboldcpp, LM Studio, Ollama, and other GGUF-compatible runtimes.
1./llama-cli \\
2 -m model.gguf \\
3 -c 4096 \\
4 -ngl 999
Q4_K_M is recommended for most users as the best balance between quality and speed.
Q6_K provides the highest quality but requires more memory.
This model may generate incorrect, biased, or fabricated information. Use responsibly.
Please follow the original license and usage terms of the base model and fine-tuned model.