From 44ef3e3bbe302c2e829d231ba6683bdc77c665f2 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Tue, 6 May 2025 15:45:03 -0400 Subject: [PATCH] use my own mlx-vlm patch --- libs/agent/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/agent/pyproject.toml b/libs/agent/pyproject.toml index 1289adca..94d97889 100644 --- a/libs/agent/pyproject.toml +++ b/libs/agent/pyproject.toml @@ -36,7 +36,7 @@ openai = [ ] uitars = [ "httpx>=0.27.0,<0.29.0", - "mlx-vlm @ git+https://github.com/prncvrm/mlx-vlm.git@fix/qwen2-position-id" + "mlx-vlm @ git+https://github.com/ddupont808/mlx-vlm.git@fix/qwen2-position-id" ] ui = [ "gradio>=5.23.3,<6.0.0", @@ -86,7 +86,7 @@ all = [ "ollama>=0.4.7,<0.5.0", "gradio>=5.23.3,<6.0.0", "python-dotenv>=1.0.1,<2.0.0", - "mlx-vlm @ git+https://github.com/prncvrm/mlx-vlm.git@fix/qwen2-position-id" + "mlx-vlm @ git+https://github.com/ddupont808/mlx-vlm.git@fix/qwen2-position-id" ] [tool.pdm]