Skip to content

Commit

Permalink
fix torch env typo (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizhiqing authored Apr 12, 2022
1 parent 8c43231 commit b4cea34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1/pytorch/elastic.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
// Worker/node size related arguments.

// EnvNProcPerNode is the environment variable name for the number of processes per node.
EnvNProcPerNode = "PET_N_PROC_PER_NODE"
EnvNProcPerNode = "PET_NPROC_PER_NODE"
// EnvNNodes is the environment variable name for the number of nodes.
EnvNNodes = "PET_NNODES"
)
Expand Down

0 comments on commit b4cea34

Please sign in to comment.