Skip to content

Commit 6a79dc3

Browse files
committed
Fix PyTorch version in prerequisites card
Updated the prerequisites card at the top to show PyTorch 2.12+ (was still showing 2.0). Also updated cuda-python to cuda-bindings for consistency.
1 parent db1c55d commit 6a79dc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

advanced_source/cuda_graph_annotations_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
.. grid-item-card:: :octicon:`list-unordered;1em;` Prerequisites
2121
:class-card: card-prerequisites
2222
23-
* PyTorch 2.0 or later
23+
* PyTorch 2.12+
2424
* CUDA-capable GPU
25-
* Driver/CUDA-compat >= 13.1 for full annotation support
26-
* cuda-python package
25+
* Driver/CUDA-compat >= 13.1 for annotation support
26+
* cuda-bindings >= 13.3.0
2727
2828
CUDA graphs are a powerful optimization technique that can significantly reduce
2929
kernel launch overhead by capturing and replaying sequences of CUDA operations.

0 commit comments

Comments
 (0)