Skip to content

Error while converting qwen-3.5 to rkllm #130

Description

@phkrl
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions