Commit 715c67ea authored by Azza Ahmed's avatar Azza Ahmed
Browse files

correct memory size for NVIDIA RTX Pro 6000

parent 12dd67f3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ description: "GPU resources available on DAIC."
| --------- | ------ | ----- | ------------- | -------------- |
| NVIDIA A40 | 48 GB | 4 | 3 | `nvidia_a40` |
| NVIDIA L40 | 48 GB | 2 | 3 | `nvidia_l40` |
| NVIDIA RTX Pro 6000 | 48 GB | 10 | 2 | `nvidia_rtx_pro_6000` |
| NVIDIA RTX Pro 6000 | 96 GB | 10 | 2 | `nvidia_rtx_pro_6000` |

{{% alert title="GPU Selection Tips" color="tip" %}}
Use the GPU name from the _Slurm GPU name_ column if your code needs a specific GPU type (ie, with `--gres=gpu:<slurm-gpu-name>:<count>`). Otherwise, do not specify a GPU type to allow the scheduler  to choose the most appropriate one instead.