Browse Source

Fix missconfigured cuda package

tags/v0.3.10-rc3
haixuantao 10 months ago
parent
commit
eb43245c66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-qwen/pyproject.toml

+ 1
- 1
node-hub/dora-qwen/pyproject.toml View File

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


Loading…
Cancel
Save