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 20cba23 commit a43b43eCopy full SHA for a43b43e
src/llmcompressor/entrypoints/oneshot.py
@@ -353,7 +353,7 @@ def oneshot(
353
calibration, ensuring proper quantization statistics. When False, only
354
routed experts will be used. Only relevant for MoE models. Default is True.
355
:param pipeline: Calibration pipeline used to calibrate model Options:
356
- ['basic', 'datafree', 'sequential', independent]
+ ['basic', 'datafree', 'sequential', 'independent']
357
:param tracing_ignore: List of functions to ignore during tracing, either
358
{module}.{method_name} or {function_name}
359
:param sequential_targets: List of layer targets for the sequential pipeline.
0 commit comments