"...git@developer.sourcefind.cn:OpenDAS/tilelang.git" did not exist on "2cccf1f5ddfdd16bb477002f5754364f3e14fb1e"
Unverified Commit 4592ba41 authored by Guoxin's avatar Guoxin Committed by GitHub
Browse files

Merge pull request #1307 from SparkSnail/dev-nnictl

Add a documentation link in the command prompt
parents 257ceacc b3b8bbe4
...@@ -34,12 +34,12 @@ DEFAULT_REST_PORT = 8080 ...@@ -34,12 +34,12 @@ DEFAULT_REST_PORT = 8080
REST_TIME_OUT = 20 REST_TIME_OUT = 20
EXPERIMENT_SUCCESS_INFO = Fore.GREEN + 'Successfully started experiment!\n' + Fore.RESET + \ EXPERIMENT_SUCCESS_INFO = Fore.GREEN + 'Successfully started experiment!\n' + Fore.RESET + \
'-----------------------------------------------------------------------\n' \ '------------------------------------------------------------------------------------\n' \
'The experiment id is %s\n'\ 'The experiment id is %s\n'\
'The Web UI urls are: %s\n' \ 'The Web UI urls are: %s\n' \
'-----------------------------------------------------------------------\n\n' \ '------------------------------------------------------------------------------------\n\n' \
'You can use these commands to get more information about the experiment\n' \ 'You can use these commands to get more information about the experiment\n' \
'-----------------------------------------------------------------------\n' \ '------------------------------------------------------------------------------------\n' \
' commands description\n' \ ' commands description\n' \
'1. nnictl experiment show show the information of experiments\n' \ '1. nnictl experiment show show the information of experiments\n' \
'2. nnictl trial ls list all of trial jobs\n' \ '2. nnictl trial ls list all of trial jobs\n' \
...@@ -49,7 +49,9 @@ EXPERIMENT_SUCCESS_INFO = Fore.GREEN + 'Successfully started experiment!\n' + Fo ...@@ -49,7 +49,9 @@ EXPERIMENT_SUCCESS_INFO = Fore.GREEN + 'Successfully started experiment!\n' + Fo
'6. nnictl stop stop an experiment\n' \ '6. nnictl stop stop an experiment\n' \
'7. nnictl trial kill kill a trial job by id\n' \ '7. nnictl trial kill kill a trial job by id\n' \
'8. nnictl --help get help information about nnictl\n' \ '8. nnictl --help get help information about nnictl\n' \
'-----------------------------------------------------------------------\n' \ '------------------------------------------------------------------------------------\n' \
'Command reference document https://nni.readthedocs.io/en/latest/Tutorial/Nnictl.html\n' \
'------------------------------------------------------------------------------------\n'
LOG_HEADER = '-----------------------------------------------------------------------\n' \ LOG_HEADER = '-----------------------------------------------------------------------\n' \
' Experiment start time %s\n' \ ' Experiment start time %s\n' \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment