Skip to content

Commit

Permalink
coorect after git merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Jul 31, 2024
1 parent 9a0b7e9 commit a88cfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/llm_pipeline_static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ StaticLLMPipeline::StaticLLMPipeline(
m_kvcache_model = add_slices_to_kvcache_inputs(m_kvcache_model);
// (6) Compile both model
m_prefill_request = core.compile_model(
prefill_model, device, extract_config_or_empty(config, "PREFILL_CONFIG")
m_prefill_model, device, extract_config_or_empty(config, "PREFILL_CONFIG")
).create_infer_request();
m_kvcache_request = core.compile_model(
kvcache_model, device, extract_config_or_empty(config, "GENERATE_CONFIG")
Expand Down

0 comments on commit a88cfc8

Please sign in to comment.