diff --git a/torch/_dynamo/symbolic_convert.py b/torch/_dynamo/symbolic_convert.py index d582b10161f2..6d07743d331b 100644 --- a/torch/_dynamo/symbolic_convert.py +++ b/torch/_dynamo/symbolic_convert.py @@ -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.