taarhoGen1 / testes.py
taarhissian's picture
Create testes.py
2e9a687 verified
raw
history blame contribute delete
137 Bytes
try:
import torch
print("PyTorch is successfully installed.")
except ModuleNotFoundError:
print("PyTorch is not installed.")