Skip to content

Commit

Permalink
2024-11-16 nightly release (12760e6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Nov 16, 2024
1 parent e06cd11 commit 59e26fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchdata/stateful_dataloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ handles aggregation and distribution of state across multiprocess workers (but n

## Installation

`torchdata.stateful_dataloader` is currently available on the `torchdata` Nightly build.
`torchdata.stateful_dataloader` is currently available in `torchdata>=0.8.0`.

Using pip:

```bash
pip install --pre torchdata --index-url https://download.pytorch.org/whl/nightly/cpu
pip install torchdata>=0.8.0
```

Using conda:
Expand Down

0 comments on commit 59e26fc

Please sign in to comment.