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

Survivor-v1-2B (GGUF)

A fine-tuned version of theprint/Survivor-v1-2B trained on Off Grid Survival sharegpt data using Auto-SFT — an automated hyperparameter search and supervised fine-tuning pipeline.

The base model was adapted to follow the style and content of the Off Grid Survival sharegpt dataset. Expect improved performance on tasks similar to those represented in the training data.

Model Details

Property Value
Base model theprint/Survivor-v1-2B
Training data data/Off-Grid-Survival-sharegpt.json
Fine-tuning epochs 2
Fine-tuning date 2026-07-10
Fine-tuning method LoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

Parameter Value
r 16
alpha 64
dropout 0.06
target_modules ['q_proj', 'v_proj']

Training

Parameter Value
learning_rate 2e-05
batch_size 4
gradient_accumulation_steps 4
warmup_ratio 0.03
max_seq_length 2048
quantization none

GGUF Files

These quantized GGUF files can be used directly with llama.cpp, Ollama, LM Studio, and other compatible runtimes.

File Description
Survivor-v1-2B-GGUF-BF16.gguf BF16
Survivor-v1-2B-GGUF-Q8_0.gguf 8-bit — near-lossless, larger file
Survivor-v1-2B-GGUF-Q6_K.gguf 6-bit — high quality
Survivor-v1-2B-GGUF-Q5_K_M.gguf 5-bit medium — good quality/size balance
Survivor-v1-2B-GGUF-Q5_K_S.gguf Q5_K_S
Survivor-v1-2B-GGUF-Q4_K_M.gguf 4-bit medium — recommended for most use cases
Survivor-v1-2B-GGUF-Q4_K_S.gguf Q4_K_S
Survivor-v1-2B-GGUF-Q3_K_L.gguf Q3_K_L
Survivor-v1-2B-GGUF-Q3_K_M.gguf Q3_K_M
Survivor-v1-2B-GGUF-Q3_K_S.gguf Q3_K_S
Survivor-v1-2B-GGUF-Q2_K.gguf 2-bit — smallest size, lowest quality
Survivor-v1-2B-GGUF-IQ4_NL.gguf IQ4_NL

Generated by Auto-SFT

Downloads last month
1,783
GGUF
Model size
2B params
Architecture
qwen35
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 theprint/Survivor-v1-2B-GGUF

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

Collection including theprint/Survivor-v1-2B-GGUF