Skip to content

Commit

Permalink
Remove unused import of ssl.OP_ENABLE_MIDDLEBOX_COMPAT (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphedges authored Nov 30, 2021
1 parent a10e481 commit 9aa288d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepspeed/autotuning/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import collections.abc
import os
import json
from ssl import OP_ENABLE_MIDDLEBOX_COMPAT
from deepspeed.runtime.constants import GRADIENT_ACCUMULATION_STEPS, TRAIN_MICRO_BATCH_SIZE_PER_GPU
import hjson
import sys
Expand Down

0 comments on commit 9aa288d

Please sign in to comment.