Skip to content

Commit f6d7287

Browse files
committed
readme
1 parent d47c57e commit f6d7287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ preds = v(
198198
) # (5, 1000)
199199
```
200200

201-
Finally, if you would like to make use of a flavor of NaViT using <a href="https://pytorch.org/tutorials/prototype/nestedtensor.html">nested tensors</a> (which will omit a lot of the masking and padding altogether), make sure you are on version `2.4` and import as follows
201+
Finally, if you would like to make use of a flavor of NaViT using <a href="https://pytorch.org/tutorials/prototype/nestedtensor.html">nested tensors</a> (which will omit a lot of the masking and padding altogether), make sure you are on version `2.5` and import as follows
202202

203203
```python
204204
import torch

0 commit comments

Comments
 (0)