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

borealis-1B-instruct-preview

Model creator: NbAiLab
Original model: NbAiLab/borealis-1B-instruct-preview
GGUF quantization: provided by versae using llama.cpp

Available Quantizations

  • Q4_K_M
  • Q8_0
  • BF16

Special thanks

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

Usage Examples

Q4_K_M

Ollama:

ollama run "hf.co/NbAiLab/borealis-1B-instruct-preview-gguf:Q4_K_M"

LM Studio:

lms load "NbAiLab/borealis-1B-instruct-preview-gguf/borealis-1B-instruct-preview-Q4_K_M.gguf"

llama.cpp CLI:

llama-cli --hf "NbAiLab/borealis-1B-instruct-preview-gguf:Q4_K_M" -p "The meaning to life and the universe is"

llama.cpp Server:

llama-server --hf "NbAiLab/borealis-1B-instruct-preview-gguf:Q4_K_M" -c 4096

Q8_0

Ollama:

ollama run "hf.co/NbAiLab/borealis-1B-instruct-preview-gguf:Q8_0"

LM Studio:

lms load "NbAiLab/borealis-1B-instruct-preview-gguf/borealis-1B-instruct-preview-Q8_0.gguf"

llama.cpp CLI:

llama-cli --hf "NbAiLab/borealis-1B-instruct-preview-gguf:Q8_0" -p "The meaning to life and the universe is"

llama.cpp Server:

llama-server --hf "NbAiLab/borealis-1B-instruct-preview-gguf:Q8_0" -c 4096

BF16

Ollama:

ollama run "hf.co/NbAiLab/borealis-1B-instruct-preview-gguf:BF16"

LM Studio:

lms load "NbAiLab/borealis-1B-instruct-preview-gguf/borealis-1B-instruct-preview-BF16.gguf"

llama.cpp CLI:

llama-cli --hf "NbAiLab/borealis-1B-instruct-preview-gguf:BF16" -p "The meaning to life and the universe is"

llama.cpp Server:

llama-server --hf "NbAiLab/borealis-1B-instruct-preview-gguf:BF16" -c 4096
Downloads last month
73
GGUF
Model size
1.0B params
Architecture
gemma3
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

Collection including NbAiLab/borealis-1b-instruct-preview-gguf