From 61e55a67f9777d67e89a627cb7d829e4d2feb406 Mon Sep 17 00:00:00 2001 From: Irina Efode Date: Sun, 15 Dec 2024 15:53:31 +0400 Subject: [PATCH] Update continuous_batching_impl.cpp --- src/cpp/src/continuous_batching_impl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cpp/src/continuous_batching_impl.cpp b/src/cpp/src/continuous_batching_impl.cpp index 337ec0e92f..1e42f5b2d9 100644 --- a/src/cpp/src/continuous_batching_impl.cpp +++ b/src/cpp/src/continuous_batching_impl.cpp @@ -285,8 +285,6 @@ ContinuousBatchingPipeline::ContinuousBatchingImpl::generate(const std::vectorcan_read()) { std::unordered_map token = generations.at(0).get()->back(); - OPENVINO_ASSERT(1 <= token.size()); - OPENVINO_ASSERT(1 <= token.begin()->second.generated_ids.size()); for (const auto& gen_token : token.begin()->second.generated_ids) { if (!streamer_ptr->put(gen_token)) { break;