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

Commit

Permalink
Merge pull request #91 from Microsoft/master
Browse files Browse the repository at this point in the history
Quick fix paiTrainingService (#465)
  • Loading branch information
SparkSnail authored Dec 10, 2018
2 parents 4833a8f + 5d5806f commit fa0fdd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nni_manager/training_service/pai/paiTrainingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ class PAITrainingService implements TrainingService {

// Get PAI authentication token
await this.updatePaiToken();
deferred.resolve();
break;

case TrialConfigMetadataKey.TRIAL_CONFIG:
Expand Down

0 comments on commit fa0fdd1

Please sign in to comment.