Views
No views yet
Qwen/Qwen3.5-2B. It is a derivative quantized release; all credit for the original model architecture, training, and base release belongs to Qwen.Qwen/Qwen3.5-2B1README.md
2LICENSE
3chat_template.jinja
4config.json
5merges.txt
6model.safetensors
7preprocessor_config.json
8tokenizer.json
9tokenizer_config.json
10vocab.jsonmodel.safetensors opens successfully{"format": "mlx"}model.safetensors size: 2,735,417,896 bytes102029297Reply with exactly OK. returned OKredPUBLISH_CHECK.md for release verification details.1curl -s http://localhost:8000/v1/chat/completions \
2 -H 'Content-Type: application/json' \
3 -d '{
4 "model": "Qwen3.5-2B-oQ8-mtp",
5 "messages": [{"role": "user", "content": "Reply with exactly OK."}],
6 "max_tokens": 16,
7 "temperature": 0
8 }'image_url item.1{
2 "model_path": "/Users/dylanrapanan/.omlx/models/Qwen/Qwen3.5-2B",
3 "oq_level": 8,
4 "group_size": 64,
5 "sensitivity_model_path": "",
6 "text_only": false,
7 "dtype": "bfloat16",
8 "preserve_mtp": true,
9 "auto_proxy_sensitivity": true
10}mtp_enabled on; do not confuse this with external VLM drafter settings.