Ampere Architecture GPUs
The new Ampere architecture GPUs on Oscar (A6000's and RTX 3090's)
PyTorch
To install via virtual environment:
# Make sure none of the LMOD modules are loaded
module purge
module list
# create and activate the environment
python -m venv pytorch.venv
source pytorch.venv/bin/activate
pip install torch torchvision torchaudio
# test if it can detect GPUs To use NGC containers via Singularity :
singularity build pytorch:21.06-py3 docker://nvcr.io/nvidia/pytorch:21.06-py3Last updated
Was this helpful?