How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf N-Bot-Int/MiniMaid_L2-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 "N-Bot-Int/MiniMaid_L2-GGUF:" \
  --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"
Quick Links
A newer version of this model is available: N-Bot-Int/MiniMaid-L3

Support Us Through

image/png

GGUF Version

GGUF with Quants! Allowing you to run models using KoboldCPP and other AI Environments!

Quantizations:

Quant Type Benefits Cons
Q4_K_M ✅ Smallest size (fastest inference) ❌ Lowest accuracy compared to other quants
✅ Requires the least VRAM/RAM ❌ May struggle with complex reasoning
✅ Ideal for edge devices & low-resource setups ❌ Can produce slightly degraded text quality
Q5_K_M ✅ Better accuracy than Q4, while still compact ❌ Slightly larger model size than Q4
✅ Good balance between speed and precision ❌ Needs a bit more VRAM than Q4
✅ Works well on mid-range GPUs ❌ Still not as accurate as higher-bit models
Q8_0 ✅ Highest accuracy (closest to full model) ❌ Requires significantly more VRAM/RAM
✅ Best for complex reasoning & detailed outputs ❌ Slower inference compared to Q4 & Q5
✅ Suitable for high-end GPUs & serious workloads ❌ Larger file size (takes more storage)

Model Details:

Read the Model details on huggingface Model Detail Here!

Downloads last month
36
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

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

Model tree for N-Bot-Int/MiniMaid_L2-GGUF

Quantized
(2)
this model

Datasets used to train N-Bot-Int/MiniMaid_L2-GGUF

Collection including N-Bot-Int/MiniMaid_L2-GGUF