Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/131037
Approved by: https://github.com/albanD, https://github.com/Skylion007
This commit is contained in:
Edward Z. Yang
2024-07-18 10:06:23 -04:00
committed by PyTorch MergeBot
parent 1b72cf0b09
commit a6a2cd6257

View File

@ -184,7 +184,7 @@ class SpeculationLog:
and entry.lineno == lineno
), textwrap.dedent(
f"""
SpecuationLog diverged at {self.index} of {len(self.entries)}:
SpeculationLog diverged at {self.index} of {len(self.entries)}:
- Run1: {entry.filename}:{entry.lineno} (ip={entry.instruction_pointer})
- Run2: {filename}:{lineno} (ip={instruction_pointer})
Please submit a bug report.