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 redponike/AceMath-72B-Instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf redponike/AceMath-72B-Instruct-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf redponike/AceMath-72B-Instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf redponike/AceMath-72B-Instruct-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 redponike/AceMath-72B-Instruct-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf redponike/AceMath-72B-Instruct-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 redponike/AceMath-72B-Instruct-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf redponike/AceMath-72B-Instruct-GGUF:
Use Docker
docker model run hf.co/redponike/AceMath-72B-Instruct-GGUF:
Quick Links

GGUF quants of nvidia/AceMath-72B-Instruct

Paper link on arXiv

Using llama.cpp b4682 (commit 0893e0114e934bdd0eba0ff69d9ef8c59343cbc3)

The importance matrix was generated with groups_merged-enhancedV3.txt by InferenceIllusionist (later renamed calibration_datav3.txt), an edited version of kalomaze's original groups_merged.txt.

All quants were generated/calibrated with the imatrix, including the K quants.

Downloads last month
227
GGUF
Model size
73B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

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

Model tree for redponike/AceMath-72B-Instruct-GGUF

Base model

Qwen/Qwen2.5-72B
Quantized
(6)
this model

Paper for redponike/AceMath-72B-Instruct-GGUF