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 JallyAI/Nomi-2-Mini-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf JallyAI/Nomi-2-Mini-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf JallyAI/Nomi-2-Mini-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf JallyAI/Nomi-2-Mini-GGUF:F16
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 JallyAI/Nomi-2-Mini-GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf JallyAI/Nomi-2-Mini-GGUF:F16
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 JallyAI/Nomi-2-Mini-GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf JallyAI/Nomi-2-Mini-GGUF:F16
Use Docker
docker model run hf.co/JallyAI/Nomi-2-Mini-GGUF:F16
Quick Links

Nomi 2.0 Mini

Introduction

Introducing Nomi 2 Mini, it was fine tuned on the same data as Nomi 2 and has a very short and efficient reasoning thanks to the RASV reasoning style. Nomi 2 Mini has only 2B parameters, half the parameters of the normal Nomi 2.

If you want to know more about Nomi 2 or RASV, checkout the Nomi 2 model card https://huggingface.com/JallyAI/Nomi-2

🌟 Key Features & Improvements

  • Architecture: Qwen-3.5-2B (requires just ~1.5 GB VRAM).
  • Multilingual Support: Can understand and generate text English and many other languages.
  • Efficiency: Get 100+ tokens/s on consumer hardware, like an RTX 4060. You can use Nomi 2 Mini with an context window of almost 200k tokens

🧠 Training Details

  • Base Model: Qwen/Qwen3.5-2B
  • Fine-tuning: SFT (Supervised Fine-Tuning).
  • Training Tool: Unsloth (for 4-bit optimized training).

😎 Cool License

Feel free to use or improve Nomi! Benchmark results are always welcome.


Downloads last month
205
GGUF
Model size
2B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for JallyAI/Nomi-2-Mini-GGUF

Finetuned
Qwen/Qwen3.5-2B
Quantized
(2)
this model

Collection including JallyAI/Nomi-2-Mini-GGUF