diff --git a/profiler/src/profiler/TracyLlmTools.cpp b/profiler/src/profiler/TracyLlmTools.cpp index 266380b0..2246513e 100644 --- a/profiler/src/profiler/TracyLlmTools.cpp +++ b/profiler/src/profiler/TracyLlmTools.cpp @@ -358,7 +358,7 @@ void TracyLlmTools::ManualEmbeddingsWorker( TracyLlmApi& api ) const auto bsz = std::min( batchSize, csz - i ); std::vector batch; batch.reserve( bsz ); - for( size_t j=0; j