python3 ./converter.py --quantization Q8_K_M --dtype float16 --output-dir /path/to/output/qwen-3.5-4B-rknpu /path/to/Qwen3.5-4B
2026-03-10 19:16:56,254 - src.converter - INFO - Starting conversion of Qwen3.5-4B
2026-03-10 19:16:56,255 - src.converter - INFO - Loading model and tokenizer...
Using `use_fast=True` but `torchvision` is not available. Falling back to the slow image processor.
2026-03-10 19:17:02,418 - src.converter - INFO - No multimodal processor found, using text-only mode
`torch_dtype` is deprecated! Use `dtype` instead!
2026-03-10 19:17:02,714 - src.converter - ERROR - Error loading model and tokenizer: 'Qwen3_5Config' object has no attribute 'vocab_size'
2026-03-10 19:17:02,714 - __main__ - ERROR - Error during conversion: 'Qwen3_5Config' object has no attribute 'vocab_size'
Tried on commit
49e1295020d3b04cd4bdee99bd167670d9464f13