Skip to content

Instantly share code, notes, and snippets.

@Infinitusvoid
Created August 24, 2023 22:05
Show Gist options
  • Save Infinitusvoid/a35eeec4b37ff042e609b8dfcef8c7c1 to your computer and use it in GitHub Desktop.
Save Infinitusvoid/a35eeec4b37ff042e609b8dfcef8c7c1 to your computer and use it in GitHub Desktop.
PyTorch : How to get to get the PyTorch versions ?
import torch
print(torch.__version__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment