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
File "/home/marcel/.local/lib/python3.8/site-packages/nonechucks/__init__.py", line 27, in <module>
MAJOR, MINOR = _get_pytorch_version()
File "/home/marcel/.local/lib/python3.8/site-packages/nonechucks/__init__.py", line 12, in _get_pytorch_version
major, minor, patch = [int(x) for x in version.split(".")]
File "/home/marcel/.local/lib/python3.8/site-packages/nonechucks/__init__.py", line 12, in <listcomp>
major, minor, patch = [int(x) for x in version.split(".")]
ValueError: invalid literal for int() with base 10: '1+cu110'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: