Llama-3-8B Changelog Writer
Official adapter · maintained by ModelForgeLab
Turns terse commit lists into clean, grouped release notes. Quantized for CPU inference.
Usage
Load with Ollama:
# Download the adapter file, then create a Modelfile:
FROM meta-llama-3-8b-instruct
ADAPTER ./llama3-8b-changelog-writer.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 llama3-8b-changelog-writer.gguf \
-p "Your prompt here"
Compatibility
- llama.cpp
- Ollama
You might also like
text-generation
public
Llama 3 8B Instruct (GGUF Q4)
meta-llama/Meta-Llama-3-8B-Instruct
text-generation
public
Llama 3 8B Customer Support
meta-llama/Meta-Llama-3-8B-Instruct
text-generation
public
Llama 3 8B Fitness Coach
meta-llama/Meta-Llama-3-8B-Instruct
text-generation
public
Llama 3 8B SEO Content
meta-llama/Meta-Llama-3-8B-Instruct