File tree Expand file tree Collapse file tree 3 files changed +2
-26
lines changed Expand file tree Collapse file tree 3 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Your contributions may fall into the following categories:
24
24
25
25
- If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the
26
26
feature with us.
27
- - We have a checklist of things to go through while adding a new DataPipe . See below.
27
+ - We have a checklist of things to go through while adding a new Node . See below.
28
28
- If you would like to feature a usage example in our documentation, discuss that with us in an issue.
29
29
30
30
## Issues
Original file line number Diff line number Diff line change 1
- # TorchData (see note below on current status)
1
+ # TorchData
2
2
3
3
[ ** What is TorchData?** ] ( #what-is-torchdata ) | [ ** Stateful DataLoader** ] ( #stateful-dataloader ) |
4
4
[ ** Install guide** ] ( #installation ) | [ ** Contributing** ] ( #contributing ) | [ ** License** ] ( #license )
5
5
6
- ** :warning : June 2024 Status Update: Removing DataPipes and DataLoader V2**
7
-
8
- ** We are re-focusing the torchdata repo to be an iterative enhancement of torch.utils.data.DataLoader. We do not plan on
9
- continuing development or maintaining the [ ` DataPipes ` ] and [ ` DataLoaderV2 ` ] solutions, and they will be removed from
10
- the torchdata repo. We'll also be revisiting the ` DataPipes ` references in pytorch/pytorch. In release
11
- ` torchdata==0.8.0 ` (July 2024) they will be marked as deprecated, and sometime after 0.9.0 (Oct 2024) they will be
12
- deleted. Existing users are advised to pin to ` torchdata==0.9.0 ` or an older version until they are able to migrate
13
- away. Subsequent releases will not include DataPipes or DataLoaderV2. The old version of this README is
14
- [ available here] ( https://github.com/pytorch/data/blob/v0.7.1/README.md ) . Please reach out if you suggestions or comments
15
- (please use [ #1196 ] ( https://github.com/pytorch/data/issues/1196 ) for feedback).**
16
-
17
6
##
18
7
19
8
## What is TorchData?
Original file line number Diff line number Diff line change @@ -117,16 +117,3 @@ def setup(app):
117
117
intersphinx_mapping = {
118
118
"graphviz" : ("https://graphviz.readthedocs.io/en/stable/" , None ),
119
119
}
120
-
121
- rst_prolog = """.. attention::
122
- **June 2024 Status Update: Removing DataPipes and DataLoader V2**
123
-
124
- We are re-focusing the torchdata repo to be an iterative enhancement of torch.utils.data.DataLoader. We do not plan on
125
- continuing development or maintaining the [`DataPipes`] and [`DataLoaderV2`] solutions, and they will be removed from
126
- the torchdata repo. We'll also be revisiting the `DataPipes` references in pytorch/pytorch. In release
127
- `torchdata==0.8.0` (July 2024) they will be marked as deprecated, and in 0.10.0 (Late 2024) they will be deleted. Existing
128
- users are advised to pin to `torchdata<=0.9.0` or an older version until they are able to migrate away. Subsequent
129
- releases will not include DataPipes or DataLoaderV2.
130
- Please reach out if you suggestions or comments (please use `this issue <https://github.com/pytorch/data/issues/1196>`_ for feedback)
131
-
132
- """
You can’t perform that action at this time.
0 commit comments