Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: fix the scheduler behavior of large page size #333

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

yzh119
Copy link
Collaborator

@yzh119 yzh119 commented Jun 24, 2024

when 128 / page == 0, our binary search might run into division by zero issue.

@yzh119 yzh119 merged commit 4d08c63 into main Jun 24, 2024
yzh119 added a commit that referenced this pull request Jun 24, 2024
@yzh119 yzh119 changed the title bugfix: fix the scheduler behavior of large batch size bugfix: fix the scheduler behavior of large page size Jun 28, 2024
yzh119 added a commit that referenced this pull request Jun 28, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.0.7](v0.0.6...v0.0.7)
(2024-06-28)

### Bugfix

* fix the `forward_return_lse` function in
`BatchPrefillWithRaggedKVCache` class
([#337](#337))
* fix the scheduler behavior of large page size
([#333](#333))

### Features

* customize `logits_soft_cap` value
([#339](#339))
([a2498f5](a2498f5))


### Performance Improvements

* change minimal `kv_chunk_size` back to 128
([#329](#329))
([f237f5f](f237f5f))
* more options for kv tile size
([#336](#336))
([bf2a6c7](bf2a6c7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zihao Ye <expye@outlook.com>
@yzh119 yzh119 deleted the fix-handler-large-page-size branch June 30, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant