Hi Abdur,
I’m trying the Qwen3.5 vision example from mlx-tune on March 13, 2026 on a Mac M4 Pro.
mlx_vlm imports fine, but mlx_tune.vlm still sets HAS_MLX_VLM = False.
My env:
mlx-tune==0.4.2
mlx-vlm==0.4.0
What I found:
mlx_tune.vlm imports from mlx_vlm.trainer.trainer import Trainer, Dataset, save_adapter
- but in my installed
mlx_vlm, mlx_vlm.trainer has datasets, lora, orpo_trainer, sft_trainer, utils and no trainer module
Which exact versions / commit SHAs of mlx-tune and mlx-vlm are known to work for the Qwen3.5 vision finetuning example?
Hi Abdur,
I’m trying the Qwen3.5 vision example from
mlx-tuneon March 13, 2026 on a Mac M4 Pro.mlx_vlmimports fine, butmlx_tune.vlmstill setsHAS_MLX_VLM = False.My env:
mlx-tune==0.4.2mlx-vlm==0.4.0What I found:
mlx_tune.vlmimportsfrom mlx_vlm.trainer.trainer import Trainer, Dataset, save_adaptermlx_vlm,mlx_vlm.trainerhasdatasets,lora,orpo_trainer,sft_trainer,utilsand notrainermoduleWhich exact versions / commit SHAs of
mlx-tuneandmlx-vlmare known to work for the Qwen3.5 vision finetuning example?