Skip to content

Commit 63295e8

Browse files
Add system requirements to compile tutorial (#3311)
* add system requirements to compile tutorial * Apply suggestions from code review Co-authored-by: Svetlana Karslioglu <[email protected]> --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 4c18d79 commit 63295e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

intermediate_source/torch_compile_tutorial.py

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
# - ``numpy``
3131
# - ``scipy``
3232
# - ``tabulate``
33+
#
34+
# **System Requirements**
35+
# - A C++ compiler, such as ``g++``
36+
# - Python development package (``python-devel``/``python-dev``)
3337

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

0 commit comments

Comments
 (0)