Skip to content

Commit 7ad8fba

Browse files
committed
Update resource-hook.md
1 parent dcb4ce3 commit 7ad8fba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/software/container-engine/resource-hook.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,9 @@ The hook is activated by setting the `com.hooks.cxi.enabled` annotation, which
228228

229229
```bash title="Required annotation"
230230
com.hooks.aws_ofi_nccl.enabled = "true"
231-
com.hooks.aws_ofi_nccl.variant = "cuda12" # (1)
231+
com.hooks.aws_ofi_nccl.variant = "cuda12"
232232
```
233233

234-
1. `com.hooks.aws_ofi_nccl.variant` may vary depending on vClusters. Details below.
235-
236234
The [AWS OFI NCCL plugin](https://github.com/aws/aws-ofi-nccl) is a software extension that allows the [NCCL](https://developer.nvidia.com/nccl) and [RCCL](https://rocm.docs.amd.com/projects/rccl/en/latest/) libraries to use libfabric as a network provider and, through libfabric, to access the Slingshot high-speed interconnect.
237235
Also see [NCCL][ref-communication-nccl] and [libfabric][ref-communication-libfabric] for more information on using the libraries on Alps.
238236

0 commit comments

Comments
 (0)