Skip to content

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 10:15
· 0 commits to 95f507fdbab2ab1d73918ca95d8cbbca67e96ec8 since this release
fec77d0

0.0.7 (2024-06-28)

Breaking Changes

  • batch_decode_with_padded_kv_cache was removed, we encourage user to use BatchDecodeWithPagedKVCacheWrapper instead. (#343)

Bugfix

  • fix the forward_return_lse function in BatchPrefillWithRaggedKVCache class (#337)
  • fix the scheduler behavior of large page size (#333)

Features

Performance Improvements