-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add PAI environment setup steps in DOC #2011
Conversation
merge master
merge master
Update evolution doc (microsoft#1493)
merge master
merge master
merge master
augment pylintrc (microsoft#1643)
fix console.log (microsoft#1636)
merge master
merge master
merge master
merge master
Filter prune algo implementation (microsoft#1655)
merge master
merge master
merge master
merge master
merge master
merge master
merge master
merge master
merge master
merge master
Support monitor mode when creating or resuming a new experiment (microsoft#1933)
Add test for documentation build (microsoft#1924)
fix pipeline status badge (microsoft#1942)
merge master
merge master
…nictl-foreground-v2
@@ -3,7 +3,33 @@ | |||
NNI supports running an experiment on [OpenPAI](https://github.com/Microsoft/pai) (aka pai), called pai mode. Before starting to use NNI pai mode, you should have an account to access an [OpenPAI](https://github.com/Microsoft/pai) cluster. See [here](https://github.com/Microsoft/pai#how-to-deploy) if you don't have any OpenPAI account and want to deploy an OpenPAI cluster. In pai mode, your trial program will run in pai's container created by Docker. | |||
|
|||
## Setup environment | |||
Install NNI, follow the install guide [here](../Tutorial/QuickStart.md). | |||
Step 1. Install NNI, follow the install guide [here](../Tutorial/QuickStart.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to point out that the setup steps is for paiyarn or paiK8s?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this doc is only for paik8s, do not need to point out again. paiYarn has another doc paiYarnMode.md
.
Then the `/data` folder in container will be mounted to `/local/mnt` folder in your local machine. | ||
You could use the following configuration in your NNI's config file: | ||
``` | ||
nniManagerNFSMountPath: /local/mnt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra indent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
@@ -3,7 +3,33 @@ | |||
NNI supports running an experiment on [OpenPAI](https://github.com/Microsoft/pai) (aka pai), called pai mode. Before starting to use NNI pai mode, you should have an account to access an [OpenPAI](https://github.com/Microsoft/pai) cluster. See [here](https://github.com/Microsoft/pai#how-to-deploy) if you don't have any OpenPAI account and want to deploy an OpenPAI cluster. In pai mode, your trial program will run in pai's container created by Docker. | |||
|
|||
## Setup environment | |||
Install NNI, follow the install guide [here](../Tutorial/QuickStart.md). | |||
Step 1. Install NNI, follow the install guide [here](../Tutorial/QuickStart.md). | |||
Step 2. Get PAI token. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest adding an extra blank line between steps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
No description provided.