Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/test_cpu/models/test_omni_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def test_weight_fidelity(self):
"""Test that unfused weights match original fused weights."""
from auto_round.modeling.fused_moe.replace_modules import apply_replacements, materialize_model_

torch.manual_seed(42)
config = _make_tiny_qwen3_omni_moe_config()
model = Qwen3OmniMoeForConditionalGeneration(config)

Expand Down
Loading