Skip to content

Commit

Permalink
delete debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Jul 10, 2024
1 parent 70041fc commit 6b267f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ void Transformations::PostLpt() {
// Execute before snippets. Otherwise FQ will be converted to Subgraph
CPU_REGISTER_PASS_X64(postLPTPassManager, ConvertFqRnnToQuantizedRnn);

postLPTPassManager.register_pass<ov::pass::Serialize>("ser.xml", "ser.bin");
CPU_REGISTER_PASS_X64(postLPTPassManager, ov::pass::RoPEFusion);
CPU_REGISTER_PASS_ARM64(postLPTPassManager, ov::pass::RoPEFusion);
CPU_REGISTER_PASS_X64(postLPTPassManager, CausalMaskPreprocessFusion);
Expand Down

0 comments on commit 6b267f8

Please sign in to comment.