How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
Use Docker
docker model run hf.co/turnercore/hammer2.1-1.5b-automaticity-v8:Q4_K_M
Quick Links

hammer2.1-1.5b-automaticity-v8

Archival public release of Automaticity V8 LoRA, merged model, and GGUF exports research artifacts.

Training datasets, row-level prompts, predictions, and detailed evaluation evidence remain private. This release is retained for reproducibility and further testing; it is not a production promotion.

Contents

  • GGUF/Hammer2.1-1.5b.Q4_K_M.gguf
  • GGUF/Hammer2.1-1.5b.Q8_0.gguf
  • lora_adapter/adapter_model.safetensors
  • merged_model/model.safetensors

SHA-256

  • bbae03b0d46433eec86502a90f5de4d59d9b688387779a43e322e627bb8eb1ba GGUF/Hammer2.1-1.5b.Q4_K_M.gguf
  • f1dcc412fea105fee064c5f1f62eddab8089541248e3f3ce1e7fd98c83b13b43 GGUF/Hammer2.1-1.5b.Q8_0.gguf
  • 8b3baef740a50644f206b3ec1313de81221faefecfe1b147f0b10a8e274399cf lora_adapter/adapter_model.safetensors
  • c2e3fd2f31a47d6c48ee7b49c6e67bce34019c435251641e6b83019841c87eeb merged_model/model.safetensors
Downloads last month
35
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for turnercore/hammer2.1-1.5b-automaticity-v8

Quantized
(19)
this model