Getting PyTorch

Easiest: Use pre-built PyTorch

WEAVE provides Python environments with PyTorch and other LLNL-developed tools pre-installed:

Install a specific version

You will have some control over the PyTorch version if you install it yourself. How you install PyTorch depends on the system architecture of the machine you're on.

Full control: build PyTorch from source

Most users will not need this option. Resources coming soon for advanced users.

Running PyTorch

Consider using hpc-launcher from the LBANN project to launch PyTorch jobs. Resources coming soon.

General Python User Resources

Livermore Computing (LC) maintains Python and a set of site-specific packages (modules) on all production TOSS and CORAL systems. Please see our Python documentation page, which includes information on the following.

Interactive development

 To use Jupyter notebooks on LC systems, use the LC Orbit service:

Python environment management

Additional resources