Skip to content

Commit 144affb

Browse files
committed
note
Signed-off-by: yiliu30 <yi4.liu@intel.com>
1 parent a9a6332 commit 144affb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

experimental/ddp/ddp_qwen3_example.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ def config_deterministic():
9191
MAX_SEQUENCE_LENGTH = 2048
9292
ITERS = args.iters
9393

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.
94+
# Note: Make sure model are loaded before importing auto-round related code.
95+
# This requirement will be lifted once switching to new release of auto-round which
96+
# includes below fix:
9697
from llmcompressor.modifiers.autoround import AutoRoundModifier
9798

9899
# Get aligned calibration dataset.

0 commit comments

Comments
 (0)