Skip to content

Commit 1552f0c

Browse files
committed
Update resource-hook.md
1 parent fefc865 commit 1552f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ Also see [NCCL][ref-communication-nccl] and [libfabric][ref-communication-libfab
234234

235235
The Container Engine includes a hook program to inject the AWS OFI NCCL plugin in containers; since the plugin must also be compatible with the GPU programming software stack being used, the `com.hooks.aws_ofi_nccl.variant` annotation is used to specify a plugin variant suitable for a given container image.
236236
At the moment of writing, 4 plugin variants are configured: `cuda11`, `cuda12` (to be used on NVIDIA GPU nodes), `rocm5`, and `rocm6` (to be used on AMD GPU nodes alongside RCCL).
237-
```
238237

239238
!!! tip
240239
It implicitly enables the [CXI hook][ref-ce-cxi-hook], therefore exposing the Slingshot interconnect to container applications. In other words, when enabling the AWS OFI NCCL hook, it's unnecessary to also enable the CXI hook separately in the EDF.
@@ -250,6 +249,7 @@ At the moment of writing, 4 plugin variants are configured: `cuda11`, `cuda12`
250249
[annotations]
251250
com.hooks.aws_ofi_nccl.enabled = "true"
252251
com.hooks.aws_ofi_nccl.variant = "cuda11"
252+
```
253253

254254
[](){#ref-ce-ssh-hook}
255255
### SSH Hook

0 commit comments

Comments
 (0)