How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
# Run inference directly in the terminal:
llama-cli -hf Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
# Run inference directly in the terminal:
llama-cli -hf Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
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 Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
# Run inference directly in the terminal:
./llama-cli -hf Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
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 Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
Use Docker
docker model run hf.co/Cannae-AI/ReasoningLlama-Math-1B-IT-gguf:
Quick Links

ReasoningLlama-Math-1B-IT-gguf

Model Description

This is a fine-tuned version of unsloth/Llama-3.2-1B on the unsloth/OpenMathReasoning-miniwhich is a small version of the nvidia/OpenMathReasoning dataset which was used to win the AIMO (AI Mathematical Olympiad) challenge!

  • recommended settings for inference: min_p = 0.1 and temperature = 1.5 , Read this Tweet to understand why.
  • License : apache-2.0
  • Quantized from model : CannaeAI/ReasoningLlama-Math-1B-IT

Available Model files:

  • ReasoningLlama-Math-1B.Q5_K_M.gguf
  • ReasoningLlama-Math-1B.Q8_0.gguf
  • ReasoningLlama-Math-1B.Q4_K_M.gguf

Ollama

An Ollama Modelfile is included for easy deployment.

Downloads last month
30
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Cannae-AI/ReasoningLlama-Math-1B-IT-gguf

Dataset used to train Cannae-AI/ReasoningLlama-Math-1B-IT-gguf

Collection including Cannae-AI/ReasoningLlama-Math-1B-IT-gguf