From 7c6f48d1449e8d299443c239230179f564787bae Mon Sep 17 00:00:00 2001 From: haixuantao Date: Wed, 15 Jan 2025 17:38:58 +0100 Subject: [PATCH] Adding llama-cpp-python as required dependency for dora-outtetts --- node-hub/dora-outtetts/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/node-hub/dora-outtetts/pyproject.toml b/node-hub/dora-outtetts/pyproject.toml index 982f2248..4b299a6b 100644 --- a/node-hub/dora-outtetts/pyproject.toml +++ b/node-hub/dora-outtetts/pyproject.toml @@ -18,6 +18,7 @@ numpy = "< 2.0.0" pyarrow = ">= 5.0.0" python = "^3.10" outetts = "^0.2.3" +llama-cpp-python = "^0.3.5" [tool.poetry.dev-dependencies] pytest = ">= 6.3.4"