Skip to content

Commit

Permalink
fix missing import (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilbathwal5 committed Aug 4, 2022
1 parent 80b5b92 commit ee5ce52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepspeed/autotuning/autotuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import time
import datetime
import math
import hjson

from ..runtime.config_utils import dict_raise_error_on_duplicate_keys
from ..runtime.constants import *
Expand Down

0 comments on commit ee5ce52

Please sign in to comment.