Skip to content

Commit 6afe388

Browse files
authored
Remove spam log in runner
Differential Revision: D78869518 Pull Request resolved: #12821
1 parent 0ac0ef5 commit 6afe388

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

extension/llm/runner/text_decoder_runner.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ ::executorch::runtime::Result<executorch::aten::Tensor> TextDecoderRunner::step(
6666
start_pos_tensor = from_blob(
6767
&start_pos, sizes_vec, ::executorch::aten::ScalarType::Long);
6868
}
69-
ET_LOG(
70-
Info,
71-
"Start pos tensor numel: %zu, tokens numel: %zu",
72-
start_pos_tensor->numel(),
73-
tokens->numel());
7469
auto outputs_res = module_->forward({tokens, start_pos_tensor});
7570
ET_CHECK_OK_OR_RETURN_ERROR(outputs_res.error());
7671
ET_CHECK_MSG(

0 commit comments

Comments
 (0)