From eb43245c6686f706f7c1b30e854cb3cdb230fc0c Mon Sep 17 00:00:00 2001 From: haixuantao Date: Tue, 4 Mar 2025 11:09:58 +0100 Subject: [PATCH] Fix missconfigured cuda package --- node-hub/dora-qwen/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-hub/dora-qwen/pyproject.toml b/node-hub/dora-qwen/pyproject.toml index ff490d4b..dd8edd46 100644 --- a/node-hub/dora-qwen/pyproject.toml +++ b/node-hub/dora-qwen/pyproject.toml @@ -31,7 +31,7 @@ dev = ["pytest >=8.1.1", "ruff >=0.9.1"] [[tool.uv.index]] name = "llama_cpp_python_cu121" -url = "https://abetlen.github.io/llama-cpp-python/whl/metal" +url = "https://abetlen.github.io/llama-cpp-python/whl/cu121" explicit = true [[tool.uv.index]]