We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9238a2b commit 6537545Copy full SHA for 6537545
extension/llm/runner/util.h
@@ -120,10 +120,6 @@ inline runtime::Result<TensorPtr> populate_start_pos_or_cache_position(
120
auto second_input_sizes = second_input_info.sizes();
121
auto numel = second_input_sizes[0];
122
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
-
127
TensorPtr start_pos_tensor;
128
if (numel > 1) {
129
// `cache_position` goes from start_pos to start_pos +
0 commit comments