Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686541692
  • Loading branch information
Nisaba Authors authored and copybara-github committed Oct 16, 2024
1 parent 021febf commit 0bc9361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nisaba/translit/fst/pairlm_decoder_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ absl::Status ParallelDecoding(const PairLMDecoderOptions &config,
std::unique_ptr<PairLMDecoder> pair_lm =
std::make_unique<PairLMDecoder>(config);
std::unique_ptr<ThreadPool> thread_pool =
std::make_unique<ThreadPool>(num_workers);
ThreadPool::CreateForMigration(num_workers);
thread_pool->StartWorkers();
int index = 0;
for (const auto &input_line : input_lines) {
Expand Down

0 comments on commit 0bc9361

Please sign in to comment.