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

1B

Model creator: Novaciano
Original model: Novaciano/1B
GGUF quantization: provided by Novaciano using llama.cpp

Special thanks

๐Ÿ™ Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

ollama run "hf.co/Novaciano/1B-GGUF:Q4_K_M"

Use with LM Studio

lms load "Novaciano/1B-GGUF"

Use with llama.cpp CLI

llama-cli --hf "Novaciano/1B-GGUF:Q4_K_M" -p "The meaning to life and the universe is"

Use with llama.cpp Server:

llama-server --hf "Novaciano/1B-GGUF:Q4_K_M" -c 4096
Downloads last month
16
GGUF
Model size
1.0B params
Architecture
gemma3
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 Novaciano/1B-GGUF

Base model

Novaciano/1B
Quantized
(3)
this model