Skip to content

Commit

Permalink
Update llamacpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Dec 22, 2023
1 parent 2434953 commit 161fc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requests
uvicorn
pyjwt
tiktoken
llama-cpp-python==0.2.22
llama-cpp-python==0.2.24
python-dotenv
GPUtil
psutil
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 161fc46

Please sign in to comment.