From 7a7ffc3d2e56a55a3e9268a4298044a88e5bf55a Mon Sep 17 00:00:00 2001 From: Adeem Jassani Date: Tue, 21 Jul 2026 15:28:33 -0400 Subject: [PATCH] docs: fix dead docs_original link in Profiling README #824 retired docs_original/, but #823 (merged afterward) reintroduced a link to the deleted docs_original/Inference_analysis.md. Repoint it to the migrated how-to page. Co-authored-by: Cursor --- TraceLens/Agent/Profiling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TraceLens/Agent/Profiling/README.md b/TraceLens/Agent/Profiling/README.md index b4cc649d..0f4aa31d 100644 --- a/TraceLens/Agent/Profiling/README.md +++ b/TraceLens/Agent/Profiling/README.md @@ -149,7 +149,7 @@ The skill parses the `case` blocks of these scripts at runtime to discover curre ## Trace Splitting and Handoff to Analysis -Step 6 produces split traces in `torch_trace/trace_split/` via `TraceLens.TraceUtils.split_inference_trace_annotation`. The skill then prints (but does **not** run) a `generate_perf_report_pytorch_inference.py` command that the user can launch to feed the split traces into the [TraceLens Agent](../Analysis/README.md). See [`docs_original/Inference_analysis.md`](../../../docs_original/Inference_analysis.md) for splitting heuristics and prefill/decode mix selection. +Step 6 produces split traces in `torch_trace/trace_split/` via `TraceLens.TraceUtils.split_inference_trace_annotation`. The skill then prints (but does **not** run) a `generate_perf_report_pytorch_inference.py` command that the user can launch to feed the split traces into the [TraceLens Agent](../Analysis/README.md). See [Generate a PyTorch inference performance report](../../../docs/how-to/generate-perf-report-pytorch-inference.md) for splitting heuristics and prefill/decode mix selection. ## Bug Reporting