From edea1fcbf405e510111557a053a214dd21b01ebf Mon Sep 17 00:00:00 2001 From: PHYYOU <34825352+phyyou@users.noreply.github.com> Date: Sun, 14 May 2023 19:22:59 +0900 Subject: [PATCH] Update llama-cpp-python version in pyproject.toml Ref: https://github.com/abetlen/llama-cpp-python/issues/45 llama-cpp-python version 0.1.23 has issue at installing package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e819234a..7283ed76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pandas = "^1.5.3" chromadb = "^0.3.21" huggingface-hub = "^0.13.3" rich = "^13.3.3" -llama-cpp-python = "0.1.23" +llama-cpp-python = "0.1.50" networkx = "^3.1" unstructured = "^0.5.11" pypdf = "^3.7.1"