Skip to content

Commit

Permalink
Excluding broken llama-cpp-python version and setting new release
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Aug 7, 2024
1 parent 0894587 commit ab5c165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "logdetective"
version = "0.2.4"
version = "0.2.5"
description = "Log using LLM AI to search for build/test failures and provide ideas for fixing these."
authors = ["Jiri Podivin <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ issues = "https://github.com/fedora-copr/logdetective/issues"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.31.0"
llama-cpp-python = "^0.2.56"
llama-cpp-python = "^0.2.56,!=0.2.86"
drain3 = "^0.9.11"
huggingface-hub = ">0.23.2"

Expand Down

0 comments on commit ab5c165

Please sign in to comment.