Installing Frameworks (PyTorch, TensorFlow, Jax)
This page describes installing popular frameworks like TensorFlow, PyTorch & JAX, etc. on your Oscar account.
module purge
unset LD_LIBRARY_PATH
module load cudnn cudapython -m venv pytorch.venv
source pytorch.venv/bin/activatepip install --upgrade pip
pip install torch torchvision torchaudiopip install torch torchvision torchaudioLast updated
Was this helpful?