AIAny
AI Model2026
Icon for item

kai-os/Carnice-V2-27b-GGUF

Provides multiple GGUF-quantized exports of Carnice V2 (a merged BF16 SFT of Qwen3.6-27B) optimized for llama.cpp and Hermes-style agent traces, with quant tiers targeted at 16–24GB local GPUs and agentic inference.

Introduction

Local inference for agentic LLMs often must balance model fidelity with GPU memory and runtime compatibility. Carnice-V2-27B GGUF addresses that tradeoff by shipping a BF16 SFT merge of Qwen/Qwen3.6-27B as multiple GGUF exports tailored for llama.cpp and Hermes-style agent traces — letting developers pick a quant tier that fits their hardware and agent workflow while preserving the SFT's instruction-following improvements.

Key Capabilities
  • Multiple GGUF quant tiers with concrete target footprints: IQ2_M (~9.4GB) and Q2_K (~10GB) for 16GB-class GPUs, Q4/Q5 variants for higher-memory setups, Q8_0 near-lossless for large-memory rigs, and a full BF16 export for maximum fidelity. So what: you can trade memory for quality without rebuilding or re-SFTing the model.
  • Merged BF16 SFT of Qwen3.6-27B tuned for Hermes-agent traces. So what: benchmarks included in the source SFT show improved instruction/prompt scores and lower held-out assistant-token loss compared with the Qwen3.6-27B base, indicating better assistant-style responses for agent use.
  • llama.cpp / GGUF-first runtime posture. So what: the package is intended for local/offline inference using recent llama.cpp builds (older runtimes may not recognize the hybrid attention/SSM Qwen-style architecture), reducing friction for hobbyist and edge deployments.
Who it's for + tradeoffs

Great fit if you need a locally runnable, instruction-tuned 27B model for agentic workflows or conversational assistants and you want ready-made quantized GGUF files to try across 16–24GB GPUs. It’s useful for developers experimenting with Hermes-style trace agents, hobbyist inference, and offline evaluation.

Look elsewhere if you require a production-managed cloud endpoint, formal evaluation beyond the source SFT, or strict reproducible benchmarks on your exact quant/runtime — the provided benchmarks are source SFT checks and you should validate them in your target runtime. Also, some quant types (IQ) require up-to-date runtimes and may fail on older GGUF loaders.

Where it fits

Carnice-V2-27B GGUF sits between large base models (Qwen3.6-27B) and full-production deployments: it’s a convenience distribution for local inference and agent prototyping rather than a hosted API product. Use it to iterate locally, then reproduce desirable quant/serving settings for production-grade serving if needed.

Notes: pick IQ2_M for 16GB targets if your runtime supports IQ quant formats; fall back to Q2_K for wider compatibility. Expect to tune KV cache/context parameters for long-context runs on constrained GPUs.

Information

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.