How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for diodel/Qwen3.5-0.8B-Q4_K_M-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for diodel/Qwen3.5-0.8B-Q4_K_M-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for diodel/Qwen3.5-0.8B-Q4_K_M-GGUF to start chatting
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