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

Commit

Permalink
Quick fix paiTrainingService (#465)
Browse files Browse the repository at this point in the history
quick fix paiTrainingService, add deferred.resolve();
  • Loading branch information
SparkSnail authored Dec 10, 2018
1 parent 3617b7f commit 5d5806f
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 5d5806f

Please sign in to comment.