Skip to content

Commit

Permalink
fix: Restrict huggingface-hub version to 0.24.7 to resolve import err…
Browse files Browse the repository at this point in the history
…or (#50)

* fix: Restrict huggingface-hub version to 0.24.7 to resolve import error

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update requirements.txt

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nick W <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 24, 2024
1 parent af89049 commit f85940f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
torch>=1.13.1
huggingface-hub>=0.24.7,<0.25
transformers>=4.37.2
datasets>=2.14.3
accelerate>=0.27.2
Expand Down

0 comments on commit f85940f

Please sign in to comment.