Instructions to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with 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 tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-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/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-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/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with Ollama:
ollama run hf.co/tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
- Unsloth Desktop
- Pi
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/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/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
- Lemonade
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
Run and chat with the model
lemonade run user.karakuri-lm-32b-thinking-2501-exp-GGUF-Q2_K
List all available models
lemonade list
- Hermes Agent
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-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/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "tensorblock/karakuri-lm-32b-thinking-2501-exp-GGUF:Q2_K" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Remove .gguf files (keep Q2_K.gguf)
Browse files- karakuri-lm-32b-thinking-2501-exp-Q3_K_L.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q3_K_M.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q3_K_S.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q4_0.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q4_K_M.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q4_K_S.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q5_0.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q5_K_M.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q5_K_S.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q6_K.gguf +0 -3
- karakuri-lm-32b-thinking-2501-exp-Q8_0.gguf +0 -3
karakuri-lm-32b-thinking-2501-exp-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3212acc91dc3bad5c3804d0e47045f048bdb558a63ad4df068c8dbb668058a43
|
| 3 |
-
size 17247081088
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ecc6b8c19152b6c29404d96417eeccdde5b2f2e1fc1908e14166ce0f4655bf7c
|
| 3 |
-
size 15935050368
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cf7044a11cdaa1345378809c27b89e60f5231ac4e3d471f4d639a05d5d3971fd
|
| 3 |
-
size 14392332928
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:da82fbadffede9a43b6bed583452fe20212e08669575d0f9c19b97e31fc1932b
|
| 3 |
-
size 18640233088
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cbc98ed6afb8a56f9a3961afc5111c7e6a5961d8aed571425846e9cc8451c872
|
| 3 |
-
size 19851338368
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:42d434b2fc6ead693886da224e571986af1116999b4c7cf93539093f09802d1d
|
| 3 |
-
size 18784412288
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c23e8d5321feef400d82ff09030cfdde6348ff4368bc98c9db2e36866f094ef6
|
| 3 |
-
size 22638256768
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4e7dcaa8f84facac4192d682d3d89fb3318738679fa007420f3f79d3c6c2f36a
|
| 3 |
-
size 23262159488
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:67586265326fd7015d5f455adc2de8f8281c94437a5fae23f7359fd01750155d
|
| 3 |
-
size 22638256768
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2a6a01e1d4c4f9dc25719087a62a7882aa0599072cd8d0126f2f754a63aa573e
|
| 3 |
-
size 26886156928
|
|
|
|
|
|
|
|
|
|
|
|
karakuri-lm-32b-thinking-2501-exp-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c0a5f0d3535ef13e3dee067a540fcf65dba36a5c3291032df4b5df162cf5be41
|
| 3 |
-
size 34820887168
|
|
|
|
|
|
|
|
|
|
|
|