Skip to content

Commit

Permalink
Update some requirement versions.
Browse files Browse the repository at this point in the history
Upgrade huggingface-hub from 0.23.0 to 0.23.2
Lock transformers from latest to 4.44.0 (latest as the time of committing)
This should prevent some re-installs of packages, without doing a workaround.

This commit is related to the issues: #231, #236
  • Loading branch information
gitmylo authored Aug 16, 2024
1 parent 28fc49d commit 9eb161d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_tools/magicinstaller/requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

Torch(),

Transformers(),
SimpleRequirementInit('transformers', CompareAction.EQ, '4.44.0'),
diffusers(), # This one's a function
SimpleRequirementInit('gradio', CompareAction.EQ, '3.49.0'),
SimpleRequirementInit('huggingface-hub', CompareAction.EQ, '0.23.0'),
SimpleRequirementInit('huggingface-hub', CompareAction.EQ, '0.23.2'),
AudioToNumpy(),

Bark(),
Expand Down

0 comments on commit 9eb161d

Please sign in to comment.