Skip to content

Commit

Permalink
Remove the LightningDataset relying on un-maintained torchdata (#19019)
Browse files Browse the repository at this point in the history
Co-authored-by: thomas <[email protected]>
  • Loading branch information
tchaton and thomas authored Nov 16, 2023
1 parent b80107e commit 792cb73
Show file tree
Hide file tree
Showing 28 changed files with 8 additions and 2,279 deletions.
191 changes: 0 additions & 191 deletions examples/data/image/imagenet.py

This file was deleted.

2 changes: 0 additions & 2 deletions requirements/data/data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

lightning-utilities >=0.8.0, <0.10.0
# to be able to include also 0.6 and preserve `>` needed for CI min version bypass
torchdata >0.5.9, <=0.7.0
# to be able to include also PL 2.0 and preserve `>` needed for CI min version bypass
torch >0.14.0, <2.2.0
1 change: 0 additions & 1 deletion src/lightning/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from lightning.data.datasets import LightningDataset, LightningIterableDataset
from lightning.data.streaming.dataset import StreamingDataset
from lightning.data.streaming.functions import map, optimize

Expand Down
74 changes: 0 additions & 74 deletions src/lightning/data/backends.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/lightning/data/datasets/__init__.py

This file was deleted.

39 changes: 0 additions & 39 deletions src/lightning/data/datasets/base.py

This file was deleted.

Loading

0 comments on commit 792cb73

Please sign in to comment.