Skip to content

Commit

Permalink
updated reqs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lael Halawani authored and laelhalawani committed Jan 13, 2024
1 parent 2b04ef8 commit 2d34dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.31.0,
beautifulsoup4>=4.9.3
gguf-llama==0.0.17
gguf-modeldb==0.0.2
gguf-llama==0.0.18
gguf-modeldb==0.0.3


4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
install_requires=[
'requests>=2.31.0',
'beautifulsoup4>=4.9.3',
'gguf_llama>=0.0.17',
'gguf_modeldb>=0.0.2'
'gguf_llama>=0.0.18',
'gguf_modeldb>=0.0.3'
],
include_package_data=True,
author="Łael Al-Halawani",
Expand Down

0 comments on commit 2d34dcd

Please sign in to comment.