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 26, 2023
1 parent 161fc46 commit f99ed54
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.24
llama-cpp-python==0.2.25
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.35",
version="0.0.36",
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 f99ed54

Please sign in to comment.