How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf CodeSoft/sorbet-25m-gguf:
# Run inference directly in the terminal:
llama cli -hf CodeSoft/sorbet-25m-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf CodeSoft/sorbet-25m-gguf:
# Run inference directly in the terminal:
llama cli -hf CodeSoft/sorbet-25m-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 CodeSoft/sorbet-25m-gguf:
# Run inference directly in the terminal:
./llama-cli -hf CodeSoft/sorbet-25m-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 CodeSoft/sorbet-25m-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf CodeSoft/sorbet-25m-gguf:
Use Docker
docker model run hf.co/CodeSoft/sorbet-25m-gguf:
Quick Links

Sorbet 25M GGUF

This repository contains GGUF quantizations of CodeSoft/sorbet-25m for use with llama.cpp.

Quantizations

All XL quants are dynamic mixes calibrated with an importance matrix (imatrix from 1M tokens of the pretraining mix).

File Quantization Size
Sorbet-25M-BF16.gguf BF16 50.7MB
Sorbet-25M-F16.gguf F16 50.7MB
Sorbet-25M-Q8_K_XL.gguf Q8_0 weights (imatrix) + F16 tied embd/output + F32 norms 30.0MB
Sorbet-25M-Q4_K_XL.gguf Q4_0 gate/up (imatrix) + Q5_0 attn_output + Q8_0 attn_q/k/v + Q6_K ffn_down + F16 tied embd/output + F32 norms 22.4MB

Perplexity on the 1M-token calibration split: F16 = 45.13, BF16 = 45.13, Q8_K_XL = 45.15 (+0.02), Q4_K_XL = 46.22 (+1.09).

Downloads last month
102
GGUF
Model size
25.2M params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

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

Model tree for CodeSoft/sorbet-25m-gguf

Quantized
(1)
this model

Collection including CodeSoft/sorbet-25m-gguf