Skip to content

Commit 7b36b59

Browse files
committed
Restore keeping FuseMOE off by default
1 parent 421ec91 commit 7b36b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ bool ov::pass::MOCTransformations::run_on_model(const std::shared_ptr<ov::Model>
293293
// todo: enable after plugin support for MoE
294294
// Remove pytestmark to enable e2e test:
295295
// tests/model_hub_tests/transformation_tests/test_moe_transformation.py
296-
REGISTER_PASS(manager, FuseMOE)
296+
// REGISTER_PASS(manager, FuseMOE)
297297

298298
manager.run_passes(f);
299299

0 commit comments

Comments
 (0)