Skip to content

Tags: hbredin/moshi

Tags

moshi-mlx-v0.2.2

Toggle moshi-mlx-v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the moshi-mlx version to 0.2.2. (kyutai-labs#240)

moshi-v0.2.2

Toggle moshi-v0.2.2's commit message
official 0.2.2 release

moshi-v0.2.1

Toggle moshi-v0.2.1's commit message
v0.2.1 after massive mess up

moshi-v0.2.0

Toggle moshi-v0.2.0's commit message
v2 moshi release

rustymimi-0.4.1

Toggle rustymimi-0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Lightformer implementation for MLX (kyutai-labs#215)

* Remove the step-idx.

* Support low rank embeddings.

* Use the proper number of depformer layers.

* Weights-per-step export.

* Fix the weight export script.

* Export script fix.

* Set the number of codebooks.

* Update for 16 rvq.

rustymimi-0.4.0

Toggle rustymimi-0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the rust version + support for python 3.13. (kyutai-labs#205)

* Bump the rust version + support for python 3.13.

* Fix.

* Upgrade to pyo3 0.23.

* Adapt everything to the latest pyo3/numpy.

* Update the stubs.

rustymimi-0.4.0d

Toggle rustymimi-0.4.0d's commit message
Another CI fix attempt.

rustymimi-0.4.0c

Toggle rustymimi-0.4.0c's commit message
Remove arm-v7.

rustymimi-0.4.0b

Toggle rustymimi-0.4.0b's commit message
Bump the version of the macos runners.

rustymimi-0.2.2

Toggle rustymimi-0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request kyutai-labs#100 from kyutai-labs/mimipyo3-max-seq-len

Increase max_seq_len for mimi-pyo3 and make it configurable.