Skip to content

Commit

Permalink
Merge pull request #5 from laelhalawani/develop
Browse files Browse the repository at this point in the history
Update requirements.txt and setup.py
  • Loading branch information
laelhalawani authored Jan 4, 2024
2 parents a871468 + 6731e71 commit 24342d7
Show file tree
Hide file tree
Showing 2 changed files with 4 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

llama-cpp-python>=0.2.26,

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

0 comments on commit 24342d7

Please sign in to comment.