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

Melvin56/DeepScaleR-1.5B-Preview-GGUF

Original Model : agentica-org/DeepScaleR-1.5B-Preview

All quants are made using the imatrix option.

CPU (AVX2) Metal cuBLAS rocBLAS SYCL CLBlast Vulkan Kompute
K-quants ✅ 🐢5 ✅ 🐢5
I-quants ✅ 🐢4 ✅ 🐢4 Partial¹
✅: feature works.
🚫: feature does not work
❓: unknown, please contribute if you can test it youself
🐢: feature is slow
¹: IQ3_S and IQ1_S, see #5886
²: Only with -ngl 0
³: Inference is 50% slower
⁴: Slower than K-quants of comparable size
⁵: Slower than cuBLAS/rocBLAS on similar cards
⁶: Only q8_0 and iq4_nl
Model Size (GB)
Q2_K 0.75
IQ3_XXS 0.76
IQ3_XS 0.83
IQ3_S 0.86
IQ3_M 0.87
Q3_K_M 0.92
IQ4_XS 1.01
Q4_K_M 1.12
Q5_K_M 1.28
Q6_K 1.46
Q8_0 1.89
F16 3.55
Downloads last month
157
GGUF
Model size
2B params
Architecture
qwen2
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 Melvin56/DeepScaleR-1.5B-Preview-GGUF

Datasets used to train Melvin56/DeepScaleR-1.5B-Preview-GGUF

Collection including Melvin56/DeepScaleR-1.5B-Preview-GGUF