Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Jul 24, 2024
1 parent 82835eb commit 541a81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turbomind/kernels/attention/array_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct FastRoPE {
beta = low_freq_factor * inv_diff_freq_factor
```
*/
// clang-format on
// clang-format on
if (llama3_inv_scaling_factor > 0.) {
PRAGMA_UNROLL
for (int i = 0; i < N; i += 2) {
Expand Down

0 comments on commit 541a81f

Please sign in to comment.