Skip to content

Commit d6835d3

Browse files
Apply suggestions from code review
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 6ea7654 commit d6835d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/torch_compile_tutorial.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
# - ``tabulate``
3333
#
3434
# **System Requirements**
35-
# - A C++ compile (e.g. `g++`)
36-
# - Python development package (`python-devel`/`python-dev`)
35+
# - A C++ compiler, such as ``g++``
36+
# - Python development package (``python-devel``/``python-dev``)
3737

3838
######################################################################
3939
# NOTE: a modern NVIDIA GPU (H100, A100, or V100) is recommended for this tutorial in

0 commit comments

Comments
 (0)