devendradhakad/autodroid-Abiray-Nanbeige4.2-3B-GGUF
066
Nanbeige4.2-3B - GGUF Quants
This repository contains GGUF quantizations for [Nanbeige/Nanbeige4.2-3B](https://huggingface.co/Nanbeige/Nanbeige4.2-3B).
- Original Model: Nanbeige/Nanbeige4.2-3B
- Base Architecture: Looped Transformer (3B non-embedding parameters)
- Quantization Format: GGUF (
Q4_K_M,Q4_K_S,Q5_K_M,Q6_K,Q8_0)
Available Files & Quantization Details
Usage Guide
1. Running with llama.cpp
For full support, clone the official or nanbeige42 fork of llama.cpp:
# Clone the repository with Nanbeige support
git clone -b nanbeige42 [https://github.com/Nanbeige/llama.cpp.git](https://github.com/Nanbeige/llama.cpp.git)
cd llama.cpp
# Build with CUDA support
cmake -B build -DGGML_CUDA=ON
cmake --build build --config Release -j
# Download a model from this repository
huggingface-cli download Abiray/Nanbeige4.2-3B-GGUF Nanbeige4.2-3B-Q4_K_M.gguf --local-dir .
# Run CLI inference
./build/bin/llama-cli -m Nanbeige4.2-3B-Q4_K_M.gguf -ngl 99 -p "Which number is bigger, 9.11 or 9.8?"