CodeLlama-13B Python (GGUF)
Official adapter · maintained by ModelForgeLab
Python-specialized adapter merged and quantized for local inference. Covers idiomatic Python 3.10+, type annotations, and async patterns. CPU-friendly q4_0 quant.
Usage
Load with Ollama:
# Download the adapter file, then create a Modelfile:
FROM codellama-13b-python-hf
ADAPTER ./codellama-13b-python-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 codellama-13b-python-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