Skip to content

Commit 834d7df

Browse files
committed
Fixed missing m_pre_alloc_device initilizaiton.
Signed-off-by: intelgaoxiong <xiong.gao@intel.com>
1 parent ca07d48 commit 834d7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ ov::npuw::LLMInferRequest::LLMInferRequest(const std::shared_ptr<ov::npuw::LLMCo
149149
m_prefill_out_ports.emplace(output_port.get_any_name(), output_port);
150150
}
151151

152-
init_pre_alloc_device();
152+
m_pre_alloc_device = init_pre_alloc_device();
153153
init_lora_states();
154154

155155
m_eagle3_ext.initialize(m_npuw_llm_compiled_model->m_is_eagle, m_prefill_in_ports, m_prefill_out_ports);

0 commit comments

Comments
 (0)