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
205
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
(59)
this model