Skip to content

Commit 41fc5b6

Browse files
authored
Merge branch 'main' into zhiwei/xpu_quant
2 parents 17ad15a + 63295e8 commit 41fc5b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All the tutorials are now presented as sphinx style documentation at:
77

88
# Asking a question
99

10-
If you hve a qestion about a tutorial, post in https://dev-discuss.pytorch.org/ rather than creating an issue in this repo. Your question will be answered much faster on the dev-discuss forum.
10+
If you have a question about a tutorial, post in https://dev-discuss.pytorch.org/ rather than creating an issue in this repo. Your question will be answered much faster on the dev-discuss forum.
1111

1212
# Submitting an issue
1313

intermediate_source/torch_compile_tutorial.py

Lines changed: 4 additions & 0 deletions
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)