Skip to content

Commit

Permalink
[Bugfix] Fix the import issue in page.py (#102)
Browse files Browse the repository at this point in the history
Thanks @soodoshll for reporting this issue.
  • Loading branch information
yzh119 authored Feb 1, 2024
1 parent 00aa360 commit 922f0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/flashinfer/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
else:
raise e

from .utils import check_kv_layout, TensorLayout


def append_paged_kv_cache(
append_key: torch.Tensor,
Expand Down

0 comments on commit 922f0c6

Please sign in to comment.