How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf rootonchair/Vintern-3B-R-beta-GGUF:
# Run inference directly in the terminal:
llama-cli -hf rootonchair/Vintern-3B-R-beta-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf rootonchair/Vintern-3B-R-beta-GGUF:
# Run inference directly in the terminal:
llama-cli -hf rootonchair/Vintern-3B-R-beta-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf rootonchair/Vintern-3B-R-beta-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf rootonchair/Vintern-3B-R-beta-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf rootonchair/Vintern-3B-R-beta-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf rootonchair/Vintern-3B-R-beta-GGUF:
Use Docker
docker model run hf.co/rootonchair/Vintern-3B-R-beta-GGUF:
Quick Links

GGUF and static quants of https://huggingface.co/5CD-AI/Vintern-3B-R-beta

Usage

If you are unsure how to use GGUF files, refer to one of TheBloke's READMEs for more details, including on how to concatenate multi-part files.

Provided Quants

(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)

Link Type Size/GB Notes
GGUF mmproj-fp16 1.5 vision supplement
GGUF Q2_K 3.1
GGUF Q3_K_S 3.6
GGUF Q3_K_M 3.9 lower quality
GGUF Q3_K_L 4.2
GGUF IQ4_XS 4.4
GGUF Q4_K_S 4.6 fast, recommended
GGUF Q4_K_M 4.8 fast, recommended
GGUF Q5_K_S 5.4
GGUF Q5_K_M 5.5
GGUF Q6_K 6.4 very good quality
GGUF Q8_0 8.2 fast, best quality
GGUF f16 15.3 16 bpw, overkill
Downloads last month
147
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for rootonchair/Vintern-3B-R-beta-GGUF

Quantized
(1)
this model

Collection including rootonchair/Vintern-3B-R-beta-GGUF