Skip to content

Commit

Permalink
Update src/cpp/src/llm_pipeline.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-kochin authored Oct 11, 2024
1 parent 8116342 commit b87d0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/src/llm_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ ov::genai::LLMPipeline::LLMPipeline(
scheduler_config.cache_size = 1;
scheduler_config.enable_prefix_caching = true;
scheduler_config.max_num_batched_tokens = 2048;
scheduler_config.dynamic_split_fuse = false;
m_pimpl = std::make_unique<ContinuousBatchingAdapter>(
path,
scheduler_config,
Expand Down

0 comments on commit b87d0f6

Please sign in to comment.