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
Can you successfully import this? @flamz3d import importlib and then importlib.import_module('clip_server.executors.clip_torch')
Here is my output for this:
We found that there is a compatibility issue in python3.7 for torchvision. For now, the quick solution is to downgrade the torchvision to 0.13.0 (the default version is 0.14.0 if you install clip-server using pip install) and everything should be fine.
create clean python 3.7 env on debian linux
run
pip install clip-server
run
python -m clip_server
result
The text was updated successfully, but these errors were encountered: