Skip to content

Commit 32cbebd

Browse files
stylefix
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 49554c9 commit 32cbebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/entrypoints/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def pre_process(
7575
"An error occurred when attempting to initialize "
7676
"model processor, which is required when a dataset "
7777
"is provided. To resolve, create and pass in a "
78-
f"processor directly to `oneshot`/`train`."
78+
"processor directly to `oneshot`/`train`."
7979
) from e
8080
elif output_dir:
8181
logger.warning(

0 commit comments

Comments
 (0)