You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest SHARK-Platform, ran into this error when trying to use it in other projects:
Might be worth to not set such strict requirements on things like huggingface-hub if users start trying to integrate SHARK-Platform with their own projects.
Text:
ERROR: Cannot install -r models/requirements.txt (line 18), -r models/requirements.txt (line 3) and -r models/requirements.txt (line 7) because these package versions have conflicting dependencies.
The conflict is caused by:
diffusers 0.29.0.dev0 depends on huggingface-hub>=0.23.2
transformers 4.37.1 depends on huggingface-hub<1.0 and >=0.19.3
sharktank 2.9.0.dev0 depends on huggingface-hub==0.22.2
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
The text was updated successfully, but these errors were encountered:
Using the latest SHARK-Platform, ran into this error when trying to use it in other projects:
Might be worth to not set such strict requirements on things like
huggingface-hub
if users start trying to integrate SHARK-Platform with their own projects.Text:
The text was updated successfully, but these errors were encountered: