Skip to content

Commit

Permalink
upgrade geniusrise and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ixaxaar committed Feb 20, 2024
1 parent 7d2f2ab commit a965a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
geniusrise==0.1.6
geniusrise==0.1.7
torch==2.2.0
accelerate==0.27.2
transformers==4.37.2
transformers==4.36.2
evaluate==0.4.1
datasets==2.16.1
autoawq==0.1.8
auto-gptq==0.6.0
autoawq==0.2.2
auto-gptq==0.7.0
bitsandbytes==0.42.0
CherryPy==18.9.0
flash-attn==2.5.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="geniusrise-text",
version="0.1.8",
version="0.1.9",
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=requirements,
python_requires=">=3.10",
Expand Down

0 comments on commit a965a86

Please sign in to comment.