Skip to content

Commit 6537545

Browse files
pytorchbotcccclai
andauthored
Removing spamming log (#14425)
Co-authored-by: cccclai <[email protected]>
1 parent 9238a2b commit 6537545

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

extension/llm/runner/util.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ inline runtime::Result<TensorPtr> populate_start_pos_or_cache_position(
120120
auto second_input_sizes = second_input_info.sizes();
121121
auto numel = second_input_sizes[0];
122122

123-
for (int i = 0; i < second_input_sizes.size(); ++i) {
124-
ET_LOG(Error, "second_input_sizes[%d] = %d", i, second_input_sizes[i]);
125-
}
126-
127123
TensorPtr start_pos_tensor;
128124
if (numel > 1) {
129125
// `cache_position` goes from start_pos to start_pos +

0 commit comments

Comments
 (0)