Skip to content

Commit

Permalink
Merge pull request #12 from laelhalawani/develop
Browse files Browse the repository at this point in the history
Update requirements.txt and setup.py versions
  • Loading branch information
laelhalawani authored Jan 13, 2024
2 parents 0f30e90 + 3e04d91 commit 99c954d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
util_helper>=0.0.3
util_helper==0.0.4
llama-cpp-python>=0.2.26,

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
long_description = fh.read()
setup(
name="gguf_llama",
version="0.0.16",
version="0.0.17",
packages=find_packages(),
install_requires=[
'util_helper>=0.0.3',
'util_helper==0.0.4',
'llama-cpp-python>=0.2.26',
],
#package_data={'glai': ['back_end/model_db/gguf_models/*.json']},
Expand Down

0 comments on commit 99c954d

Please sign in to comment.