Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 82 Bytes

PyTorchCmds.md

File metadata and controls

4 lines (4 loc) · 82 Bytes

Get PyTorch Version

python -c 'import torch; print(torch.__version__)'