Skip to content

Releases: fkodom/grouped-query-attention-pytorch

0.3.0

09 May 19:06
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: Discrepancy between grouped-SDPA and SDPA by @fkodom in #6

Full Changelog: 0.2.0...0.3.0

0.2.0

03 Aug 00:45
Compare
Choose a tag to compare

Bug fix in self-attention layer

0.1.0

01 Aug 02:04
Compare
Choose a tag to compare

First full release candidate for PyPI. 🎉

  • Working version of GQA
  • Reproduced runtime benchmarks
  • Prototype GQATransformer modules
  • (Experimental) Convert T5 models to GQA

Full Changelog: 0.1.0rc1...0.1.0

0.1.0rc2

01 Aug 01:56
Compare
Choose a tag to compare
0.1.0rc2 Pre-release
Pre-release
Finally (hopefully) fix bug with pyproject.toml and markdown

0.1.0rc1

29 Jul 20:11
Compare
Choose a tag to compare
0.1.0rc1 Pre-release
Pre-release

First prerelease candidate for PyPI