We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7542403 commit 8db448bCopy full SHA for 8db448b
src/llmcompressor/pipelines/sequential/helpers.py
@@ -73,7 +73,7 @@ def forward(self, *args, **kwargs) -> Dict[str, Any]:
73
except Exception as exception:
74
raise RuntimeError(
75
"Raised an exception during execution of the following code:\n"
76
- f"```\n{add_line_numbers(self._code.src)}\n```\n"
+ f"```\n{add_line_numbers(self._code.src)}\n```"
77
) from exception
78
79
return outputs
0 commit comments