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