Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
8fb8f8b3
Unverified
Commit
8fb8f8b3
authored
Jul 16, 2020
by
Junwei Sun
Committed by
GitHub
Jul 16, 2020
Browse files
fix chmod bug (#2689)
parent
a16db11b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nni_manager/training_service/remote_machine/remoteMachineTrainingService.ts
...ng_service/remote_machine/remoteMachineTrainingService.ts
+1
-1
No files found.
src/nni_manager/training_service/remote_machine/remoteMachineTrainingService.ts
View file @
8fb8f8b3
...
@@ -435,7 +435,7 @@ class RemoteMachineTrainingService implements TrainingService {
...
@@ -435,7 +435,7 @@ class RemoteMachineTrainingService implements TrainingService {
// clean up previous result.
// clean up previous result.
await
executor
.
createFolder
(
remoteGpuScriptCollectorDir
,
true
);
await
executor
.
createFolder
(
remoteGpuScriptCollectorDir
,
true
);
await
executor
.
allowPermission
(
false
,
nniRootDir
,
`
${
nniRootDir
}
/*`
,
`
${
nniRootDir
}
/scripts/*`
);
await
executor
.
allowPermission
(
true
,
nniRootDir
);
//Begin to execute gpu_metrics_collection scripts
//Begin to execute gpu_metrics_collection scripts
const
script
=
executor
.
generateGpuStatsScript
(
getExperimentId
());
const
script
=
executor
.
generateGpuStatsScript
(
getExperimentId
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment