Skip to content

Commit

Permalink
Update speculative_decoding_lm.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iefode authored Dec 19, 2024
1 parent 39b04bd commit 3f25020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) try {
std::string main_device = "CPU", draft_device = "CPU";

ov::genai::SchedulerConfig scheduler_config;
scheduler_config.cache_size = 1;
scheduler_config.cache_size = 5;

ov::genai::LLMPipeline pipe(
main_model_path,
Expand Down

0 comments on commit 3f25020

Please sign in to comment.