Browse Source

Add index pypi for llama-cpp-python windows and linux platform

tags/v0.3.9-rc1
haixuantao 11 months ago
parent
commit
4de0d46ea6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      node-hub/dora-outtetts/pyproject.toml

+ 2
- 0
node-hub/dora-outtetts/pyproject.toml View File

@@ -24,6 +24,8 @@ llama-cpp-python = [
{ marker = "sys_platform == 'darwin' and python_version == '3.10'", url = "https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.5-metal/llama_cpp_python-0.3.5-cp310-cp310-macosx_11_0_arm64.whl" },
{ marker = "sys_platform == 'darwin' and python_version == '3.11'", url = "https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.5-metal/llama_cpp_python-0.3.5-cp311-cp311-macosx_11_0_arm64.whl" },
{ marker = "sys_platform == 'darwin' and python_version == '3.12'", url = "https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.5-metal/llama_cpp_python-0.3.5-cp312-cp312-macosx_11_0_arm64.whl" },
{ marker = "sys_platform == 'linux'", index = "llama-cpp-python" },
{ marker = "sys_platform == 'windows'", index = "llama-cpp-python" },
]

[project.scripts]


Loading…
Cancel
Save