v0.0.7
github-actions
released this
28 Jun 10:15
·
0 commits
to 95f507fdbab2ab1d73918ca95d8cbbca67e96ec8
since this release
0.0.7 (2024-06-28)
Breaking Changes
batch_decode_with_padded_kv_cache
was removed, we encourage user to useBatchDecodeWithPagedKVCacheWrapper
instead. (#343)
Bugfix
- fix the
forward_return_lse
function inBatchPrefillWithRaggedKVCache
class (#337) - fix the scheduler behavior of large page size (#333)