Skip to content

Commit 37b9c27

Browse files
committed
Clean up.
Signed-off-by: intelgaoxiong <xiong.gao@intel.com>
1 parent 31fe728 commit 37b9c27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plugins/intel_npu/src/plugin/npuw/compiled_model.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ ov::npuw::CompiledModel::CompiledModel(const std::shared_ptr<ov::Model>& model,
230230
// Pass attention hint to partitioning context
231231
ctx.attn_hint = m_cfg.get<::intel_npu::NPUW_ATTENTION_HINT>();
232232

233-
std::cout << "[compiled_model.cpp] attention_hint = " << ::intel_npu::NPUW_ATTENTION_HINT::toString(ctx.attn_hint)
234-
<< std::endl;
235-
236233
ov::npuw::Partitioning partitioning;
237234
m_profile["partitioning"].record([&]() {
238235
partitioning = getPartitioning(model, m_cfg, ctx);

0 commit comments

Comments
 (0)