Skip to content

Commit

Permalink
FIXME for better place for the transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin committed Jul 10, 2024
1 parent a942573 commit 86675f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/intel_npu/src/plugin/npuw/compiled_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ov::npuw::CompiledModel::CompiledModel(const std::shared_ptr<ov::Model>& model,
}
}

// FIXME: Find a better place to call this transformation
ov::pass::ConvertPrecision(ov::element::bf16, ov::element::f16).run_on_model(model);

auto partitioning = getPartitioning(model, m_cfg);
Expand Down

0 comments on commit 86675f5

Please sign in to comment.