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

Add version check document in PAI, remote, kubeflow and frameworkcontroller #947

Merged
merged 79 commits into from
Apr 2, 2019

Conversation

SparkSnail
Copy link
Contributor

@SparkSnail SparkSnail commented Apr 1, 2019

  1. Add version check document
  2. Add try catch in gpu scheduler to fix UT

docs/en_US/RemoteMachineMode.md Outdated Show resolved Hide resolved
docs/en_US/KubeflowMode.md Show resolved Hide resolved
docs/en_US/FrameworkControllerMode.md Show resolved Hide resolved
await cpp.exec(`pkill -P ${pid}`);
await cpp.exec(`rm -rf ${this.gpuMetricCollectorScriptFolder}`);
try {
const pid: string = await fs.promises.readFile(path.join(this.gpuMetricCollectorScriptFolder, 'pid'), 'utf8');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest to consider how to show errors in NNI cleanup to end-user, but you can improve later after v0.6 release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, will refactor the logic in next release.

@SparkSnail SparkSnail merged commit 29a2333 into microsoft:v0.6 Apr 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants