CHTC / templates-GPUs

Template job submissions using GPUs in CHTC
MIT License
39 stars 11 forks source link

Add PyTorch 1.9 CUDA 11.1 conda example #11

Closed agitter closed 2 years ago

agitter commented 3 years ago

This copies the existing PyTorch conda example and modifies the existing PyTorch 1.5 version to avoid incompatible GPUs. It adds a second example that uses CUDA 11.1, which is compatible with newer GPUs such as the A100.

If this works, we can add similar requirements to our other examples that use CUDA 10.x.

This requires some testing to confirm it works on the expected GPUs and is not run on unexpected GPUs.