Instructions to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Anti-Reasoning-Engine-0.5B-GGUF", device_map="auto") - MLX
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Anti-Reasoning-Engine-0.5B-GGUF mradermacher/Anti-Reasoning-Engine-0.5B-GGUF
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Anti-Reasoning-Engine-0.5B-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 mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
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 mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
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 mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with Ollama:
ollama run hf.co/mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mradermacher/Anti-Reasoning-Engine-0.5B-GGUF"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/Anti-Reasoning-Engine-0.5B-GGUF" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Anti-Reasoning-Engine-0.5B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Anti-Reasoning-Engine-0.5B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mradermacher/Anti-Reasoning-Engine-0.5B-GGUF"
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 mradermacher/Anti-Reasoning-Engine-0.5B-GGUF
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Anti-Reasoning-Engine-0.5B-GGUF with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mradermacher/Anti-Reasoning-Engine-0.5B-GGUF"
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 "mradermacher/Anti-Reasoning-Engine-0.5B-GGUF" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from leia
Browse files- .gitattributes +12 -0
- Anti-Reasoning-Engine-0.5B.IQ4_XS.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q2_K.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q3_K_L.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q3_K_M.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q3_K_S.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q4_K_M.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q4_K_S.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q5_K_M.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q5_K_S.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q6_K.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.Q8_0.gguf +3 -0
- Anti-Reasoning-Engine-0.5B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Anti-Reasoning-Engine-0.5B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Anti-Reasoning-Engine-0.5B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Anti-Reasoning-Engine-0.5B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Anti-Reasoning-Engine-0.5B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Anti-Reasoning-Engine-0.5B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Anti-Reasoning-Engine-0.5B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Anti-Reasoning-Engine-0.5B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Anti-Reasoning-Engine-0.5B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Anti-Reasoning-Engine-0.5B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Anti-Reasoning-Engine-0.5B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Anti-Reasoning-Engine-0.5B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Anti-Reasoning-Engine-0.5B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Anti-Reasoning-Engine-0.5B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38433440e42eaad820626e2aba70b428c0f9e4079fd0869eccf4e58ba9b638ac
|
| 3 |
+
size 351445824
|
Anti-Reasoning-Engine-0.5B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab98d2806d7528119b03960bc80a0397c532d3c5ac7f847287125755e2e04169
|
| 3 |
+
size 338607936
|
Anti-Reasoning-Engine-0.5B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96798595f162db9fef85af3202c95004193af5cd5b248b2611f2da88ac953a91
|
| 3 |
+
size 369358656
|
Anti-Reasoning-Engine-0.5B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d36c73c030c2c340eb124420d18b7ceb65be666fba5b809a444361f56c6852b
|
| 3 |
+
size 355467072
|
Anti-Reasoning-Engine-0.5B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56e5f24f588714a9e4b6e93cf613726bc701e6b11439b993c4950f549e39762e
|
| 3 |
+
size 338263872
|
Anti-Reasoning-Engine-0.5B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:878a412ba719948ee005c88a84c2fc368efdf3ef35a3bea8047b3ac6a0968707
|
| 3 |
+
size 397808448
|
Anti-Reasoning-Engine-0.5B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:354bb15929bfcd6696bbe01742f933e771b6b018cad8a5861f12e1cb9e28998b
|
| 3 |
+
size 385472320
|
Anti-Reasoning-Engine-0.5B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acb86fdf832370da499f63b5a2c7f2f0b56aad9cf186571a97af84a8b392b3ca
|
| 3 |
+
size 420086592
|
Anti-Reasoning-Engine-0.5B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93116a71365cbb230baab80282b3315eda007d530838899d8cdcf5a01daf006b
|
| 3 |
+
size 412710720
|
Anti-Reasoning-Engine-0.5B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be97cfa93b479203b160e973461a1886c5d422282b58c328119dfbd230461b22
|
| 3 |
+
size 505737024
|
Anti-Reasoning-Engine-0.5B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d42e97ba20f217fb6d4913f0acb03d3714787bf17cfb3371d06ed66faacccc1
|
| 3 |
+
size 531068736
|
Anti-Reasoning-Engine-0.5B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dd0c381106c9e9e91bda9baedd8997ee8d4edecf2037bd8b19ca04525aaae29
|
| 3 |
+
size 994157376
|