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 tarruda/Hy3-GGUF:Q8_0
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 "tarruda/Hy3-GGUF:Q8_0" \
  --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

Hy3 GGUF

My custom IQ3_XXS GGUF quantization of tencent/Hy3.

Quantization recipe

Recipe Quant size BPW Default type Tensor-specific overrides
IQ3_XXS 111550.48 MiB 3.17 Q6_K ffn_down_exps=iq3_xxs, ffn_gate_exps=iq3_xxs, ffn_up_exps=iq3_xxs

Usage

#!/bin/sh -e

model=./IQ3_XXS/Hy3-IQ3_XXS-00001-of-00004.gguf

ctx=80000
parallel=1

ctx_size=$((ctx * parallel))

llama-server --no-mmap --no-warmup \
  --model "$model" --ctx-size "$ctx_size" -np "$parallel" \
  -ctk q8_0 -ctv q8_0 \
  --temp 0.9 --top-p 1.0 \
  --chat-template-kwargs '{"reasoning_effort":"high"}' \
  --cache-ram 0 -ctxcp 2 \
  --host 0.0.0.0
Downloads last month
269
GGUF
Model size
295B params
Architecture
hy_v3
Hardware compatibility
Log In to add your hardware

3-bit

8-bit

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

Model tree for tarruda/Hy3-GGUF

Base model

tencent/Hy3
Quantized
(60)
this model