- 19 Oct, 2022 1 commit
-
-
liuzhe-lz authored
-
- 10 Aug, 2022 1 commit
-
-
Weidan Kong authored
-
- 20 Apr, 2022 1 commit
-
-
Yuge Zhang authored
-
- 18 Apr, 2022 1 commit
-
-
J-shang authored
-
- 20 Dec, 2021 1 commit
-
-
liuzhe-lz authored
-
- 27 Aug, 2021 1 commit
-
-
liuzhe-lz authored
-
- 14 Jul, 2021 1 commit
-
-
liuzhe-lz authored
Co-authored-by:liuzhe <zhe.liu@microsoft.com>
-
- 12 Jul, 2021 1 commit
-
-
Yuge Zhang authored
-
- 03 Jun, 2021 1 commit
-
-
liuzhe-lz authored
-
- 09 Apr, 2021 2 commits
- 15 Dec, 2020 1 commit
-
-
SparkSnail authored
-
- 19 Oct, 2020 1 commit
-
-
liuzhe-lz authored
-
- 26 Aug, 2020 1 commit
-
-
SparkSnail authored
-
- 24 Aug, 2020 1 commit
-
-
SparkSnail authored
* add trial job detail link * refactor remote connection * fix logic for gpuscheduler
-
- 12 Aug, 2020 1 commit
-
-
Junwei Sun authored
-
- 07 Aug, 2020 1 commit
-
-
SparkSnail authored
-
- 30 Jul, 2020 1 commit
-
-
Chi Song authored
-
- 16 Jul, 2020 1 commit
-
-
Junwei Sun authored
-
- 30 Jun, 2020 1 commit
-
-
Chi Song authored
Designed new interface to support reusable training service, currently only applies to OpenPAI, and default disabled. Replace trial_keeper.py to trial_runner.py, trial_runner holds an environment, and receives commands from nni manager to run or stop an trial, and return events to nni manager. Add trial dispatcher, which inherits from original trianing service interface. It uses to share as many as possible code of all training service, and isolate with training services. Add EnvironmentService interface to manage environment, including start/stop an environment, refresh status of environments. Add command channel on both nni manager and trial runner parts, it supports different ways to pass messages between them. Current supported channels are file, web sockets. and supported commands from nni manager are start, kill trial, send new parameters; from runner are initialized(support some channel doesn't know which runner connected), trial end, stdout ((new type), including metric like before), version check (new type), gpu info (new type). Add storage service to wrapper a storage to standard file operations, like NFS, azure storage and so on. Partial support run multiple trials in parallel on runner side, but not supported by trial dispatcher side. Other minor changes, Add log_level to TS UT, so that UT can show debug level log. Expose platform to start info. Add RouterTrainingService to keep origianl OpenPAI training service, and support dynamic IOC binding. Add more GPU info for future usage, including GPU mem total/free/used, gpu type. Make some license information consistence. Fix async/await problems on Array.forEach, this method doesn't support async actually. Fix IT errors on download data, which causes by my #2484 . Accelerate some run loop pattern by reducing sleep seconds.
-
- 25 May, 2020 1 commit
-
-
Chi Song authored
-
- 19 May, 2020 2 commits
-
-
Chi Song authored
-
SparkSnail authored
-
- 07 May, 2020 1 commit
-
-
Chi Song authored
update nni manager eslint rules. 1. add rule to ignore unused args, and treat other unused as error. 2. add run to treat no explicit function return type as error. 3. fix all errors.
-
- 30 Apr, 2020 1 commit
-
-
Chi Song authored
To support Windows node in remote mode, this PR adds a layer of commands (osCommands) to deal difference between Windows and Unix-like OS. To share code, ShellExecutor is added to enrich original SshClient class. I will implement windows version commands in next phase. This pattern can be expanded to Local or other platform in future, so I moved related code to common folder for sharing.
-
- 26 Apr, 2020 1 commit
-
-
Chi Song authored
Add shell support for ssh connection, so that remote script can be started with user environment. Minor fixes, 1. Fix gpu_metrics_collector to support pyenv. As pyenv will create one more process, so that original pgrep code always got extra processes, and cannot start gpu_metrics_collector. 2. Fix NASUI failure on dev-install-node-modules, to create subfolder every time. 3. Fix MakeFile to reduce mis-created links, and other minor issues. 4. Add node --watch for nni_manager for better dev experience.
-
- 15 Jan, 2020 1 commit
-
-
chicm-ms authored
-
- 18 Dec, 2019 1 commit
-
-
chicm-ms authored
* Fix local system as remote machine issue #1852
-
- 11 Dec, 2019 1 commit
-
-
chicm-ms authored
* enable eslint * remove tslint
-
- 10 Dec, 2019 1 commit
-
-
chicm-ms authored
* update eslint rules * auto fix eslint * manually fix eslint (#1833)
-
- 25 Nov, 2019 1 commit
-
-
liuzhe-lz authored
-
- 22 Nov, 2019 2 commits
-
-
SparkSnail authored
-
SparkSnail authored
-
- 21 Nov, 2019 1 commit
-
-
liuzhe-lz authored
* fix gpu script permission issue * make gpu tool local to user
-
- 26 Sep, 2019 1 commit
-
-
liuzhe-lz authored
* Refactor web UI to support incremental metric loading * refactor * Remove host job * Move sequence ID to NNI manager * implement incremental loading
-
- 14 Aug, 2019 1 commit
-
-
Guoxin authored
* squash commits in v1.0 first round bug bash
-
- 12 Aug, 2019 1 commit
-
-
suiguoxin authored
-
- 02 Aug, 2019 1 commit
-
-
SparkSnail authored
-
- 20 Jun, 2019 1 commit
-
-
demianzhang authored
* fix local and remote training services tslint
-
- 19 Jun, 2019 1 commit
-
-
Hongarc authored
-