Loading content/en/docs/hardware/gpus.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
content/en/docs/hardware/gpus.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading