Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Remove paiYarn doc and add reuse config in remote doc (#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkSnail authored Jan 5, 2021
1 parent 0f88b86 commit 8a08fab
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 660 deletions.
199 changes: 0 additions & 199 deletions docs/en_US/TrainingService/PaiYarnMode.rst

This file was deleted.

8 changes: 8 additions & 0 deletions docs/en_US/TrainingService/RemoteMachineMode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,11 @@ If you want multiple commands to be executed, you can use ``&&`` to connect thes
preCommand: command1 && command2 && command3
**Note**\ : Because **preCommand** will execute before other commands each time, it is strongly not recommended to set **preCommand** that will make changes to system, i.e. ``mkdir`` or ``touch``.

Remote machine supports running experiment in reuse mode. In this mode, NNI will reuse remote machine jobs to run as many as possible trials. It can save time of creating new jobs. User needs to make sure each trial can run independent in the same job, for example, avoid loading checkpoint from previous trials.
Follow the setting to enable reuse mode:

.. code-block:: yaml
remoteConfig:
reuse: true
1 change: 0 additions & 1 deletion docs/en_US/training_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Introduction to NNI Training Services
Local<./TrainingService/LocalMode>
Remote<./TrainingService/RemoteMachineMode>
OpenPAI<./TrainingService/PaiMode>
OpenPAI Yarn Mode<./TrainingService/PaiYarnMode>
Kubeflow<./TrainingService/KubeflowMode>
AdaptDL<./TrainingService/AdaptDLMode>
FrameworkController<./TrainingService/FrameworkControllerMode>
Expand Down
32 changes: 0 additions & 32 deletions examples/trials/auto-gbdt/config_paiYarn.yml

This file was deleted.

32 changes: 0 additions & 32 deletions examples/trials/cifar10_pytorch/config_paiYarn.yml

This file was deleted.

28 changes: 0 additions & 28 deletions examples/trials/efficientnet/config_paiYarn.yml

This file was deleted.

32 changes: 0 additions & 32 deletions examples/trials/ga_squad/config_paiYarn.yml

This file was deleted.

38 changes: 0 additions & 38 deletions examples/trials/mnist-advisor/config_paiYarn.yml

This file was deleted.

Loading

0 comments on commit 8a08fab

Please sign in to comment.