From 4de0d46ea68d1c4cb0043c2b89e4d36bfabe278f Mon Sep 17 00:00:00 2001 From: haixuantao Date: Mon, 3 Feb 2025 18:16:20 +0100 Subject: [PATCH] Add index pypi for llama-cpp-python windows and linux platform --- node-hub/dora-outtetts/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node-hub/dora-outtetts/pyproject.toml b/node-hub/dora-outtetts/pyproject.toml index a6a0f826..cf075b3f 100644 --- a/node-hub/dora-outtetts/pyproject.toml +++ b/node-hub/dora-outtetts/pyproject.toml @@ -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]