I tried running this command:
llm mlx download-model mlx-community/Qwen2.5-VL-7B-Instruct-bf16 -a qwen
I got this error:
ValueError: Model type qwen2_5_vl not supported.
I then tried running this command:
llm mlx download-model mlx-community/GLM-Z1-9B-0414-bf16 -a glm
This created this error:
ValueError: Model type glm4 not supported.
Is this working as intended?
I tried running this command:
llm mlx download-model mlx-community/Qwen2.5-VL-7B-Instruct-bf16 -a qwenI got this error:
ValueError: Model type qwen2_5_vl not supported.I then tried running this command:
llm mlx download-model mlx-community/GLM-Z1-9B-0414-bf16 -a glmThis created this error:
ValueError: Model type glm4 not supported.Is this working as intended?