Skip to content

Commit

Permalink
Update huggingface-hub requirement to 0.23.0 (experimental)
Browse files Browse the repository at this point in the history
Transformers' requirements specify version 0.23.0 as minimum, https://github.com/huggingface/transformers/blob/b6eb708bf1903f40499558b64e6d9392c1b889e1/setup.py#L120
If this doesn't work, downgrade transformers instead.

Related to #231
  • Loading branch information
gitmylo authored May 18, 2024
1 parent 7eb428a commit d3a5e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_tools/magicinstaller/requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Transformers(),
diffusers(), # This one's a function
SimpleRequirementInit('gradio', CompareAction.EQ, '3.49.0'),
SimpleRequirementInit('huggingface-hub', CompareAction.EQ, '0.19.4'),
SimpleRequirementInit('huggingface-hub', CompareAction.EQ, '0.23.0'),
AudioToNumpy(),

Bark(),
Expand Down

0 comments on commit d3a5e1f

Please sign in to comment.