From 549a67f68bc15bd5574f5f4bac1c6eb3a3739283 Mon Sep 17 00:00:00 2001 From: zeshengzong Date: Sat, 28 Dec 2024 15:11:14 +0800 Subject: [PATCH] Fix invalid page links in tutorial --- intermediate_source/inductor_debug_cpu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intermediate_source/inductor_debug_cpu.py b/intermediate_source/inductor_debug_cpu.py index f44d5bd76b1..3545afeac05 100644 --- a/intermediate_source/inductor_debug_cpu.py +++ b/intermediate_source/inductor_debug_cpu.py @@ -19,8 +19,8 @@ # # Meanwhile, you may also find related tutorials about ``torch.compile`` # around `basic usage `_, -# comprehensive `troubleshooting `_ -# and GPU-specific knowledge like `GPU performance profiling `_. +# comprehensive `troubleshooting `_ +# and GPU-specific knowledge like `GPU performance profiling `_. # # We will start debugging with a motivating example that triggers compilation issues and accuracy problems # by demonstrating the process of debugging to pinpoint the problems.