Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-09-14 | 300 Bytes | |
v1.0.0.tar.gz | 2022-09-14 | 372.7 kB | |
v1.0.0.zip | 2022-09-14 | 656.4 kB | |
Totals: 3 Items | 1.0 MB | 0 |
First stable release!
Fixed
- Fix bug preventing the embeddings model from being traversed on
nn.Apply
. - Fix incorrect use of self-attention cache when used for cross-attention.
Changed
- Optimize implementation of some Dense matrix functions, especially on amd64 with AVX.