We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc40781 commit dbafd6eCopy full SHA for dbafd6e
src/pytorch_lightning/plugins/precision/deepspeed.py
@@ -27,7 +27,7 @@
27
28
_DEEPSPEED_AVAILABLE = _RequirementAvailable("deepspeed")
29
if TYPE_CHECKING and _DEEPSPEED_AVAILABLE:
30
- import deepspeed
+ import deepspeed
31
32
warning_cache = WarningCache()
33
0 commit comments