Qwen2.5-32B Instruct (GGUF)
Official adapter · maintained by ModelForgeLab
Qwen2.5-32B fine-tuned for long-form report writing and analysis, quantized to q5_k_m for a balance of quality and memory footprint. Requires ~22 GB RAM.
Usage
Load with Ollama:
# Download the adapter file, then create a Modelfile:
FROM qwen2.5-32b-instruct
ADAPTER ./qwen25-32b-instruct-gguf.gguf
# Build and run:
ollama create my-model -f Modelfile
ollama run my-model "Your prompt here"
Or with llama.cpp:
./llama-cli \
-m base-model.gguf \
--lora qwen25-32b-instruct-gguf.gguf \
-p "Your prompt here"
Compatibility
- llama.cpp
- Ollama
- LM Studio
You might also like
text-generation
public
Llama 3 8B Instruct (GGUF Q4)
meta-llama/Meta-Llama-3-8B-Instruct
text-generation
public
Qwen2.5 7B CV & Resume Writer
Qwen/Qwen2.5-7B-Instruct
text-generation
public
Phi-3 Mini Social Media Copy
microsoft/Phi-3-mini-128k-instruct
text-generation
public
Llama 3 8B Customer Support
meta-llama/Meta-Llama-3-8B-Instruct