Skip to content

Commit

Permalink
lock llama-cpp-python version for ggml
Browse files Browse the repository at this point in the history
  • Loading branch information
liltom-eth committed Oct 3, 2023
1 parent 3e8309c commit 6f962ad
Showing 1 changed file with 2 additions and 2 deletions.
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 = "llama2-wrapper"
version = "0.1.12"
version = "0.1.13"
description = "Use llama2-wrapper as your local llama2 backend for Generative Agents / Apps"
authors = ["liltom-eth <liltom.eth@gmail.com>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ torch = "2.0.1"
transformers = "4.31.0"
tqdm = "4.65.0"
python-dotenv = "1.0.0"
llama-cpp-python = "^0.1.77"
llama-cpp-python = "0.1.77"
bitsandbytes = [
{platform = 'linux', version = "0.40.2"},
{platform = 'darwin', version = "0.40.2"},
Expand Down

0 comments on commit 6f962ad

Please sign in to comment.