We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6332 commit 144affbCopy full SHA for 144affb
experimental/ddp/ddp_qwen3_example.py
@@ -91,8 +91,9 @@ def config_deterministic():
91
MAX_SEQUENCE_LENGTH = 2048
92
ITERS = args.iters
93
94
-# Make sure model are loaded before importing auto-round related code.
95
-# This requirement will be lifted once https://github.com/intel/auto-round/pull/1460 is merged.
+# Note: Make sure model are loaded before importing auto-round related code.
+# This requirement will be lifted once switching to new release of auto-round which
96
+# includes below fix:
97
from llmcompressor.modifiers.autoround import AutoRoundModifier
98
99
# Get aligned calibration dataset.
0 commit comments