forked from huawei/mindspore2022
Fix note of ps context.
This commit is contained in:
parent
63fa6d850e
commit
b82b3087c9
|
|
@ -845,12 +845,19 @@ def set_ps_context(**kwargs):
|
|||
These environment variables are listed below:
|
||||
|
||||
MS_SERVER_NUM: Server number
|
||||
|
||||
MS_WORKER_NUM: Worker number
|
||||
|
||||
MS_SCHED_HOST: Scheduler IP address
|
||||
|
||||
MS_SCHED_PORT: Scheduler port
|
||||
|
||||
MS_ROLE: The role of this process:
|
||||
|
||||
MS_SCHED: represents the scheduler,
|
||||
|
||||
MS_WORKER: represents the worker,
|
||||
|
||||
MS_PSERVER: represents the Server
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Reference in New Issue