Skip to content

Commit 42a59db

Browse files
committed
Change expected pytorch version
1 parent 1d8f72f commit 42a59db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Verify installation:
185185

186186
```bash
187187
python -c 'import torch; print(torch.__version__)'
188-
>>> 2.4.0
188+
>>> 2.9.1
189189
python -c 'import torch; print(torch.cuda.is_available())'
190190
>>> True
191191
```

0 commit comments

Comments
 (0)