Skip to content

Commit a43b43e

Browse files
Update src/llmcompressor/entrypoints/oneshot.py
Co-authored-by: Brian Dellabetta <brian-dellabetta@users.noreply.github.com> Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent 20cba23 commit a43b43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/entrypoints/oneshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def oneshot(
353353
calibration, ensuring proper quantization statistics. When False, only
354354
routed experts will be used. Only relevant for MoE models. Default is True.
355355
:param pipeline: Calibration pipeline used to calibrate model Options:
356-
['basic', 'datafree', 'sequential', independent]
356+
['basic', 'datafree', 'sequential', 'independent']
357357
:param tracing_ignore: List of functions to ignore during tracing, either
358358
{module}.{method_name} or {function_name}
359359
:param sequential_targets: List of layer targets for the sequential pipeline.

0 commit comments

Comments
 (0)