We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6692516 commit 580f87eCopy full SHA for 580f87e
1 file changed
integrations/llama_cpp/pyproject.toml
@@ -41,6 +41,10 @@ llama-cpp-python = [
41
{ index = "llama-cpp-python-macos", marker = "sys_platform == 'darwin'" },
42
]
43
44
+[tool.uv]
45
+# The 0.3.20 wheel on the macOS Metal index is corrupted (truncated ZIP); skip it on macOS only.
46
+override-dependencies = ["llama-cpp-python!=0.3.20; sys_platform == 'darwin'"]
47
+
48
[project.urls]
49
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama_cpp#readme"
50
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"
0 commit comments