Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions manifests/base/runtimes/deepspeed_distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ spec:
mlPolicy:
numNodes: 1
mpi:
# TODO (andreyvelich): Change num proc to 1 and remove container resources after we
# allow to override it via TrainJob APIs.
numProcPerNode: 4
numProcPerNode: 1
mpiImplementation: OpenMPI
sshAuthMountPath: /home/mpiuser/.ssh
runLauncherAsNode: true
Expand Down
Loading