From 161fc469fcf41361866a04970abaf9b9fd90c7b4 Mon Sep 17 00:00:00 2001 From: Josh XT Date: Fri, 22 Dec 2023 05:05:36 -0500 Subject: [PATCH] Update llamacpp --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aeedd47..afdde8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests uvicorn pyjwt tiktoken -llama-cpp-python==0.2.22 +llama-cpp-python==0.2.24 python-dotenv GPUtil psutil diff --git a/setup.py b/setup.py index b4e00f3..6e3cf88 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="local-llm", - version="0.0.34", + version="0.0.35", description="Local-LLM is a llama.cpp server in Docker with OpenAI Style Endpoints.", long_description=long_description, long_description_content_type="text/markdown",