mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Typo fix (#131037)
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:
committed by
PyTorch MergeBot
parent
1b72cf0b09
commit
a6a2cd6257
@ -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.
|
||||
|
Reference in New Issue
Block a user