image support for qwen3.5 9b activated again

This commit is contained in:
2026-03-19 08:56:03 +01:00
parent f0db0c0938
commit b52633a301

View File

@@ -41,8 +41,8 @@ struct ModelConfig: Identifiable, Hashable {
repoId: "mlx-community/Qwen3.5-9B-4bit", repoId: "mlx-community/Qwen3.5-9B-4bit",
displayName: "Qwen3.5 9B", displayName: "Qwen3.5 9B",
contextLength: 256_000, contextLength: 256_000,
loaderKind: .llm, loaderKind: .vlm,
supportsImages: false, supportsImages: true,
supportsTools: true supportsTools: true
), ),
ModelConfig( ModelConfig(