Instructions to use ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-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 ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
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 ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
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 ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
Use Docker
docker model run hf.co/ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF with Ollama:
ollama run hf.co/ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
- Unsloth Desktop
- Pi
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
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": "ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF with Docker Model Runner:
docker model run hf.co/ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
- Lemonade
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
Run and chat with the model
lemonade run user.QwQ-32B-ArliAI-RpR-v1-GGUF-Q4_K_S
List all available models
lemonade list
- Hermes Agent
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-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 ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
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 ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S
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 "ArliAI/QwQ-32B-ArliAI-RpR-v1-GGUF:Q4_K_S" \ --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"
Upload 4 files
Browse files
.gitattributes
CHANGED
|
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
QwQ-32B-ArliAI-RpR-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
QwQ-32B-ArliAI-RpR-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
QwQ-32B-ArliAI-RpR-v1-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
QwQ-32B-ArliAI-RpR-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
QwQ-32B-ArliAI-RpR-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
QwQ-32B-ArliAI-RpR-v1-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
QwQ-32B-ArliAI-RpR-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
QwQ-32B-ArliAI-RpR-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
QwQ-32B-ArliAI-RpR-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
QwQ-32B-ArliAI-RpR-v1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99d246a8a5e6d5726d827d49a2484205c112f6854bb0d791f134bda99c6757a6
|
| 3 |
+
size 23262157472
|
QwQ-32B-ArliAI-RpR-v1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b617ddd31ad6e8ad8ed56984daef42e06078821faae82dc9f3241ac1b7ec475
|
| 3 |
+
size 22638254752
|
QwQ-32B-ArliAI-RpR-v1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc64a40a97c34254a8bd0f5c8d1879e0f05a409107d24b89e313e0a8b73df107
|
| 3 |
+
size 26886154912
|