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.
deepspeed
1 parent 6765901 commit c18a2baCopy full SHA for c18a2ba
src/lightning/fabric/utilities/testing/_runif.py
@@ -113,7 +113,7 @@ def _runif_reasons(
113
reasons.append("Standalone execution")
114
kwargs["standalone"] = True
115
116
- if deepspeed and not (_DEEPSPEED_AVAILABLE and not _TORCH_GREATER_EQUAL_2_4):
+ if deepspeed and not (_DEEPSPEED_AVAILABLE and _TORCH_GREATER_EQUAL_2_4):
117
reasons.append("Deepspeed")
118
119
if dynamo:
0 commit comments