Skip to content

Commit 32f5ddd

Browse files
tchatonthomas
andauthored
Bump Lightning Cloud to 0.5.57 (#19099)
Co-authored-by: thomas <[email protected]>
1 parent 08c9e51 commit 32f5ddd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

requirements/app/app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lightning-cloud == 0.5.56 # Must be pinned to ensure compatibility
1+
lightning-cloud == 0.5.57 # Must be pinned to ensure compatibility
22
packaging
33
typing-extensions >=4.4.0, <4.8.0
44
deepdiff >=5.7.0, <6.6.0

src/lightning/data/streaming/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# This is required for full pytree serialization / deserialization support
2727
_TORCH_GREATER_EQUAL_2_1_0 = RequirementCache("torch>=2.1.0")
2828
_VIZ_TRACKER_AVAILABLE = RequirementCache("viztracer")
29-
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.56")
29+
_LIGHTNING_CLOUD_LATEST = RequirementCache("lightning-cloud>=0.5.57")
3030
_BOTO3_AVAILABLE = RequirementCache("boto3")
3131

3232
# DON'T CHANGE ORDER

src/lightning/data/streaming/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ def _collect_distributed_state_dict(state_dict: Dict[str, Any], world_size: int)
428428

429429

430430
def _should_replace_path(path: str) -> bool:
431+
"""Whether the input path is a special path to be replaced."""
431432
if path is None or path == "":
432433
return True
433434

0 commit comments

Comments
 (0)