Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrometerHBH committed Apr 26, 2024
1 parent aad13d4 commit 0542944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mlc_llm/op/top_p_pivot.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _func(

pivot[0] = final_pivot[by]
lsum[0] = final_lsum[by]

for i in T.serial(T.ceildiv(N, BX * TX)):
idx = T.meta_var(i * BX * TX + bx * TX + tx)
if idx < N:
Expand Down

0 comments on commit 0542944

Please sign in to comment.