AIAny
AI Model2026
Icon for item

AngelSlim/Hy3-GGUF

Provides low-bit quantized Hy3 (hy_v3) GGUF model weights and mixed-precision quantization recipes for running Hy3 on llama.cpp, with optional MTP self-speculative decoding and imatrix-based calibration for improved quality/speed trade-offs.

Introduction

Hy3 is a modern large language model; delivering ready-to-run, low-bit GGUF builds lets practitioners run it on consumer and server GPUs without rebuilding from scratch. This repository/pack supplies both quantized GGUF weights and the mixed-precision recipes + imatrix calibration workflow required to preserve quality while dramatically reducing disk and memory footprint.

Key Capabilities
  • Quantized GGUF weights for llama.cpp (hy_v3): ready-made GGUF files targeting mixed-precision configurations so you can load Hy3 in llama.cpp builds that include hy_v3 support. This removes the need to convert large HF checkpoints yourself.
  • Mixed-precision recipes with imatrix calibration: per-tensor/layer recipes (Q4_K_M, IQ1_M variants, MTP-aware recipes) focus bits where they matter (attention, embeddings, sensitive FFN layers) so quantization preserves generation quality while minimizing size.
  • Optional MTP self-speculative decoding support: builds and recipes include variants that keep the MTP head and enable draft-based self-speculation for faster/safer decoding when the GGUF includes MTP data.
  • Hardware sizing and trade-offs documented: recommended GPU setups and approximate weight sizes are provided (examples: IQ1_M ~83 GiB; Q4_K_M ~166 GiB; MTP adds ~2 GiB plus draft KV cache), so you can plan memory/context budgets ahead.
Who it's for & trade-offs

Great fit if you need to run Hy3 locally or on private servers and want prebuilt, tested quantized GGUFs plus reproducible recipes to re-quantize with your own calibration set. It's valuable when you care about balancing disk/memory savings against generation quality (and want MTP-enabled speculative decoding).

Look elsewhere if you need a small consumer-device model (these builds still expect large GPU resources for best latency) or if you prefer a fully managed cloud inference service—this package focuses on local/server deployment and quantization workflows rather than turnkey hosted APIs.

Notes: the bundle emphasizes reproducible quantization (convert→imatrix→quantize) and documents recommended llama.cpp commits and runtime flags; operational/installation steps and full examples remain in the original model card and repository.

Information

  • Websitehuggingface.co
  • OrganizationsAngelSlim, Tencent
  • Published date2026/07/13

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.