diff --git a/docs/en_US/PAIMode.md b/docs/en_US/PAIMode.md index 52cb31e82d..07cf53e25f 100644 --- a/docs/en_US/PAIMode.md +++ b/docs/en_US/PAIMode.md @@ -55,7 +55,7 @@ Compared with LocalMode and [RemoteMachineMode](RemoteMachineMode.md), trial con * Optional key. It specifies the HDFS data direcotry for trial to download data. The format should be something like hdfs://{your HDFS host}:9000/{your data directory} * outputDir * Optional key. It specifies the HDFS output directory for trial. Once the trial is completed (either succeed or fail), trial's stdout, stderr will be copied to this directory by NNI sdk automatically. The format should be something like hdfs://{your HDFS host}:9000/{your output directory} -* virturlCluster +* virtualCluster * Optional key. Set the virtualCluster of OpenPAI. If omitted, the job will run on default virtual cluster. * shmMB * Optional key. Set the shmMB configuration of OpenPAI, it set the shared memory for one task in the task role.