Skip to content

Tags: huggingface/candle

Tags

0.10.1

Toggle 0.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.10.1

0.10.0

Toggle 0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.10.0

0.9.2-alpha.2

Toggle 0.9.2-alpha.2's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.9.2-alpha.2

0.9.2-alpha.1

Toggle 0.9.2-alpha.1's commit message

Verified

This tag was signed with the committer’s verified signature.
v0.9.2-alpha.1

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a scattered kv cache. (#2936)

* Add a scattered kv cache.

* Update some comments.

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the crate version to 0.9.0. (#2924)

0.9.0-alpha.4

Toggle 0.9.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rotating kv cache positions (#2901)

* Retrieve the current positions for rotating KV caches.

* Add the function to the kv cache too.

* More testing.

0.9.0-alpha.3

Toggle 0.9.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the crate version. (#2895)

0.9.0-alpha.2

Toggle 0.9.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a cudnn feature to candle-nn/candle-transformers. (#2890)

0.9.0-alpha.1

Toggle 0.9.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add the CSM model. (#2862)

* Add the CSM model.

* Add some code to load the model.

* Load the text tokenizer.

* Add frame generation.

* Get the sampling to work.

* Rope fix.

* Autoregressive generation.

* Generate some audio file.

* Use the actual prompt.

* Support multiple turns.

* Add a very barebone readme.

* Move some of the shared bits to the model.