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

Qwen3.5-4B-DS-v4-Flash-v1.0-GGUF

Qwen3.5-4B-DS-v4-Flash-v1.0 is a reasoning-capable 4B-parameter language model built on top of Qwen/Qwen3.5-4B. The model was trained using a single-stage long-context training pipeline with approximately 4.5K long-context DeepSeek V4 Flash reasoning traces, along with additional high-quality reasoning traces, to improve long-form reasoning, mathematical problem solving, scientific analysis, coding, and instruction-following capabilities.

This model is an experimental release and may generate unexpected behaviors or reasoning artifacts in certain scenarios.

Model Files

File Name Quant Type File Size File Link
Qwen3.5-4B-DS-v4-Flash-v1.0.BF16.gguf BF16 8.42 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.F16.gguf F16 8.42 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q3_K_L.gguf Q3_K_L 2.42 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q3_K_M.gguf Q3_K_M 2.26 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q3_K_S.gguf Q3_K_S 2.07 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q4_K_M.gguf Q4_K_M 2.71 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q4_K_S.gguf Q4_K_S 2.56 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q5_K_M.gguf Q5_K_M 3.07 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q5_K_S.gguf Q5_K_S 2.99 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.Q8_0.gguf Q8_0 4.48 GB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.mmproj-bf16.gguf mmproj-bf16 676 MB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.mmproj-f16.gguf mmproj-f16 676 MB Download
Qwen3.5-4B-DS-v4-Flash-v1.0.mmproj-q8_0.gguf mmproj-q8_0 367 MB Download

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp

Downloads last month
-
GGUF
Model size
4B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

8-bit

16-bit

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

Model tree for prithivMLmods/Qwen3.5-4B-DS-v4-Flash-v1.0-GGUF

Finetuned
Qwen/Qwen3.5-4B
Quantized
(1)
this model

Collection including prithivMLmods/Qwen3.5-4B-DS-v4-Flash-v1.0-GGUF