Skip to content

Commit

Permalink
Fix rotation function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Oct 24, 2024
1 parent 8f24198 commit 7a7dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/model_runner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ModelRunner {
_set_block_indices(sequence_groups, scheduler_output, total_num_blocks);

if (!m_cache_rotation_coefficients.empty()) {
_set_cache_rotation_coefficients();
_set_cache_rotation_coefficients(sequence_groups, scheduler_output);
}

m_request.set_tensor("block_indices_begins", block_indices_begins);
Expand Down

0 comments on commit 7a7dfda

Please sign in to comment.