Skip to content

Releases: cryscan/web-rwkv

v0.6.24

13 Mar 13:11
d8d13a2
Compare
Choose a tag to compare
Neo tensor (#20)

* Implement ref count cache.

* `Tensor`'s meta data is also `View`.

* When creating tensor, use ref count cache.

* Fully leverages ref count buffer.

* Do not use temporary cache when loading the model.

* Ref count cache correctly initializes resources.

* Unify cache types.

* Reformat code.

* Bump version to v0.6.25

v0.6.23

27 Feb 13:38
Compare
Choose a tag to compare
Allow loading tensor deltas in LoRA and for embedding.

v0.6.22

25 Feb 10:57
Compare
Choose a tag to compare
Getters for tokenizer.

v0.6.21

25 Feb 07:28
Compare
Choose a tag to compare
Less memory footprint when loading.

v0.6.20

24 Feb 06:24
Compare
Choose a tag to compare
Don't require `Send + Sync` when implementing `BuildFuture`.

v0.6.16

22 Feb 15:47
Compare
Choose a tag to compare
Do not use `async` when building states.

v0.6.14

20 Feb 16:37
Compare
Choose a tag to compare
Update `Reader` interface.

v0.6.13

20 Feb 14:17
Compare
Choose a tag to compare
Require `BackedState` to be serializable.

v0.6.12

19 Feb 16:06
Compare
Choose a tag to compare
Lock `web-rwkv-derive` version.

v0.6.11

16 Feb 07:47
Compare
Choose a tag to compare
Better handling limits.