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

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

DeepSeek Base Model in GGUF Format

This is the base DeepSeek 1.5B model converted to GGUF format for efficient inference.

Model Details

  • Base model: DeepSeek 1.5B
  • Quantization: Q8_0
  • Format: GGUF

Usage

This model can be used with llama.cpp and other GGUF-compatible inference engines.

Original Model

This model was converted from deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B.

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

We're not able to determine the quantization variants.

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