Instructions to use tensorblock/Light-R1-32B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Light-R1-32B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Light-R1-32B-GGUF", filename="Light-R1-32B-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/Light-R1-32B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Light-R1-32B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Light-R1-32B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Light-R1-32B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Light-R1-32B-GGUF:Q2_K
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 tensorblock/Light-R1-32B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Light-R1-32B-GGUF:Q2_K
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 tensorblock/Light-R1-32B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Light-R1-32B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Light-R1-32B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Light-R1-32B-GGUF with Ollama:
ollama run hf.co/tensorblock/Light-R1-32B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Light-R1-32B-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/Light-R1-32B-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/Light-R1-32B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/Light-R1-32B-GGUF to start chatting
- Pi new
How to use tensorblock/Light-R1-32B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/Light-R1-32B-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/Light-R1-32B-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/Light-R1-32B-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/Light-R1-32B-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/Light-R1-32B-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/Light-R1-32B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Light-R1-32B-GGUF:Q2_K
- Lemonade
How to use tensorblock/Light-R1-32B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Light-R1-32B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Light-R1-32B-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- Light-R1-32B-Q3_K_L.gguf +0 -3
- Light-R1-32B-Q3_K_S.gguf +0 -3
- Light-R1-32B-Q4_0.gguf +0 -3
- Light-R1-32B-Q4_K_M.gguf +0 -3
- Light-R1-32B-Q4_K_S.gguf +0 -3
- Light-R1-32B-Q5_0.gguf +0 -3
- Light-R1-32B-Q5_K_M.gguf +0 -3
- Light-R1-32B-Q5_K_S.gguf +0 -3
- Light-R1-32B-Q6_K.gguf +0 -3
- Light-R1-32B-Q8_0.gguf +0 -3
Light-R1-32B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f440c8bae9090743b78df0e1184a3096b345e003c3ebf6a7823313c82b8ac4fd
|
| 3 |
-
size 17247078688
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:629d10f12063448ea665d61d20e5ad2d969268f55253bd9a5a713426241ba82d
|
| 3 |
-
size 14392330528
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1df1eee9d4fb1476bf9c0f89e3857181fa89606d8e3663321e6ef625140fe2af
|
| 3 |
-
size 18640230688
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:565657fa4d65cb6df1132e729839d4931f5f14b6dc12ffcf74d670a70050b651
|
| 3 |
-
size 19851335968
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6aab97b76a3b267b9912f703d7e619b420108f45d675078118e359ff4004afcc
|
| 3 |
-
size 18784409888
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:23fde8b1e5982d7e015488f95c0de596f851951883434695c7b5026fc4c7cb19
|
| 3 |
-
size 22638254368
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:53b725977aedfd7cfa2b6b7ac1577005b5f72b6794600fd12621c254a99302c2
|
| 3 |
-
size 23262157088
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2fed270926e6ba1eeef7876be131a8bfa9c1b7a8705c7d4b628ed9617b5b411e
|
| 3 |
-
size 22638254368
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bc4aa9607b43080c6d38aa76d03300fc269607d954036d9cc84f8b7115c04f06
|
| 3 |
-
size 26886154528
|
|
|
|
|
|
|
|
|
|
|
|
Light-R1-32B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:50272c1cbb644976a6720bd9e8cf63d2b92618e3e8b12b9218786c77046dbd51
|
| 3 |
-
size 34820884768
|
|
|
|
|
|
|
|
|
|
|
|