Skip to content

Commit 61b0ffe

Browse files
lukasgdboeschf
andauthored
Update docs/software/ml/pytorch.md
Co-authored-by: boeschf <[email protected]>
1 parent c4e9cb6 commit 61b0ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/ml/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Having built and imported a container image with podman and enroot, the next ste
3737

3838
Apart from this, there are specific features relevant for machine learning made available through [annotations][ref-ce-annotations], which customize the container at runtime.
3939

40-
* When using NCCL inside the container, you want to include the [aws-ofi-nccl][ref-ce-aws-ofi-hook] plugin which enables the container to interface with the host's libfabric and, thus, make use of Alps Slingshot high-speed interconnect. This is crucial for multi-node communication performance.
40+
* When using NCCL inside the container, include the [aws-ofi-nccl][ref-ce-aws-ofi-hook] plugin which enables the container to interface with the host's libfabric and, thus, use the Slingshot high-speed interconnect. This is crucial for multi-node communication performance.
4141
* An [SSH annotation][ref-ce-ssh-hook] allows adding a light-weight SSH server to the container without the need to modify the container image
4242

4343
A resulting example TOML file following best practices may look like

0 commit comments

Comments
 (0)