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 40b1449 commit a470fe8Copy full SHA for a470fe8
src/lightning/fabric/utilities/testing/_runif.py
@@ -112,9 +112,7 @@ def _runif_reasons(
112
reasons.append("Standalone execution")
113
kwargs["standalone"] = True
114
115
- if deepspeed and not (
116
- _DEEPSPEED_AVAILABLE and not _TORCH_GREATER_EQUAL_2_4 and RequirementCache(module="deepspeed.utils")
117
- ):
+ if deepspeed and not (_DEEPSPEED_AVAILABLE and not _TORCH_GREATER_EQUAL_2_4):
118
reasons.append("Deepspeed")
119
120
if dynamo:
0 commit comments