GGUF
English
Japanese
imatrix
conversational
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 mmnga/Light-R1-32B-gguf:
# Run inference directly in the terminal:
llama-cli -hf mmnga/Light-R1-32B-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf mmnga/Light-R1-32B-gguf:
# Run inference directly in the terminal:
llama-cli -hf mmnga/Light-R1-32B-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 mmnga/Light-R1-32B-gguf:
# Run inference directly in the terminal:
./llama-cli -hf mmnga/Light-R1-32B-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 mmnga/Light-R1-32B-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf mmnga/Light-R1-32B-gguf:
Use Docker
docker model run hf.co/mmnga/Light-R1-32B-gguf:
Quick Links

Light-R1-32B-gguf

qihoo360さんが公開しているLight-R1-32Bのggufフォーマット変換版です。

imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用して作成しました。

Usage

git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build -DGGML_CUDA=ON
cmake --build build --config Release
build/bin/llama-cli -m 'Light-R1-32B-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
Downloads last month
98
GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for mmnga/Light-R1-32B-gguf

Base model

Qwen/Qwen2.5-32B
Quantized
(8)
this model

Dataset used to train mmnga/Light-R1-32B-gguf