use my own mlx-vlm patch

This commit is contained in:
Dillon DuPont
2025-05-06 15:45:03 -04:00
parent 6a6fe48dbc
commit 44ef3e3bbe

View File

@@ -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]