New Environment Creation Steps
New Environment Creation Steps
6. Install Pytorch
pip install torch torchvision torchaudio
# Test PyTorch
import torch
print("PyTorch OK:", torch.__version__)
8. After installing all the libraries, execute the jupyter notebook shared in
the group and check if it gets executed successfully