AttributeError: module 'mlx_vlm.models.qwen2_5_vl' has no attribute 'AudioModel'. Did you mean: 'VisionModel'?
#1
by elenapop - opened
There seems to be an issue with this model since i get this error:
File "/Users/m1/miniconda3/envs/mlx3.12/lib/python3.12/site-packages/mlx_vlm/utils.py", line 229, in load_model
model_class.AudioModel, weights, model_config.audio_config
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'mlx_vlm.models.qwen2_5_vl' has no attribute 'AudioModel'. Did you mean: 'VisionModel'?