How to use from
Lemonade
Pull the model
# Download Lemonade from https://lemonade-server.ai/
lemonade pull diodel/Qwen3.5-0.8B-Q4_K_M-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.5-0.8B-Q4_K_M-GGUF-Q4_K_M
List all available models
lemonade list
Quick Links

Quantization

This model is created by quantizing Qwen/Qwen3.5-0.8B to Q4_K_M using convert_hf_to_gguf.py and llama-quantize from llama.cpp.

Target Users

This model supports CPU and heterogeneous (CPU+GPU) inference deployment, making it suitable for users without a GPU.

Usage Steps

1. Download

SDK Download

# Install ModelScope
pip install modelscope
# Download the model with SDK
from modelscope import snapshot_download
model_dir = snapshot_download('diodel/Qwen3.5-0.8B-Q4_K_M-GGUF')

Git Download

# Download the model with Git
git clone https://www.modelscope.cn/diodel/Qwen3.5-0.8B-Q4_K_M-GGUF.git

For more download methods, please refer to the official documentation: https://modelscope.cn/docs/models/download

2. Prepare llama.cpp dependencies

3. Build and Start the Service

# Build and start the service
./llama.cpp/build/bin/llama-server \
    --model ./Qwen3.5-0.8B-Q4_K_M.gguf \
    --ctx-size 2048 \
    --host 0.0.0.0 \
    --port 8000
Downloads last month
520
GGUF
Model size
0.8B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for diodel/Qwen3.5-0.8B-Q4_K_M-GGUF

Quantized
(139)
this model