Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_get_pytorch_version can't deal with +cuda versions #32

Open
dreamflasher opened this issue Apr 19, 2021 · 0 comments
Open

_get_pytorch_version can't deal with +cuda versions #32

dreamflasher opened this issue Apr 19, 2021 · 0 comments

Comments

@dreamflasher
Copy link

  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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant