Tweaks.
This commit is contained in:
parent
8889177f19
commit
e22cb0d59c
|
|
@ -17,7 +17,7 @@ More details can be found on the [project page](https://kyutai.org/next/stt).
|
||||||
|
|
||||||
### PyTorch implementation
|
### PyTorch implementation
|
||||||
<a href="https://huggingface.co/kyutai/stt-2.6b-en" target="_blank" style="margin: 2px;">
|
<a href="https://huggingface.co/kyutai/stt-2.6b-en" target="_blank" style="margin: 2px;">
|
||||||
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-kyutai%2Fstt-2.6b-en-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" style="display: inline-block; vertical-align: middle;"/>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="https://colab.research.google.com/drive/1mc0Q-FoHxU2pEvId8rTdS4q1r1zorJhS?usp=sharing">
|
<a target="_blank" href="https://colab.research.google.com/drive/1mc0Q-FoHxU2pEvId8rTdS4q1r1zorJhS?usp=sharing">
|
||||||
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
|
|
@ -33,8 +33,7 @@ python -m moshi.run_inference --hf-repo kyutai/stt-2.6b-en bria.mp3
|
||||||
|
|
||||||
### MLX implementation
|
### MLX implementation
|
||||||
<a href="https://huggingface.co/kyutai/stt-2.6b-en-mlx" target="_blank" style="margin: 2px;">
|
<a href="https://huggingface.co/kyutai/stt-2.6b-en-mlx" target="_blank" style="margin: 2px;">
|
||||||
<img alt="Hugging Face"
|
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" style="display: inline-block; vertical-align: middle;"/>
|
||||||
src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-kyutai%2Fstt-2.6b-en-mlx-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
This requires the [moshi-mlx package](https://pypi.org/project/moshi-mlx/)
|
This requires the [moshi-mlx package](https://pypi.org/project/moshi-mlx/)
|
||||||
|
|
@ -47,7 +46,7 @@ python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --te
|
||||||
|
|
||||||
### Rust implementation
|
### Rust implementation
|
||||||
<a href="https://huggingface.co/kyutai/stt-2.6b-en-candle" target="_blank" style="margin: 2px;">
|
<a href="https://huggingface.co/kyutai/stt-2.6b-en-candle" target="_blank" style="margin: 2px;">
|
||||||
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-kyutai%2Fstt-2.6b-en-candle-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" style="display: inline-block; vertical-align: middle;"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
A standalone Rust example is provided in the `stt-rs` directory in this repo.
|
A standalone Rust example is provided in the `stt-rs` directory in this repo.
|
||||||
|
|
@ -59,7 +58,7 @@ cargo run --features cuda -r -- bria.mp3
|
||||||
|
|
||||||
### Rust server
|
### Rust server
|
||||||
<a href="https://huggingface.co/kyutai/stt-2.6b-en-candle" target="_blank" style="margin: 2px;">
|
<a href="https://huggingface.co/kyutai/stt-2.6b-en-candle" target="_blank" style="margin: 2px;">
|
||||||
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-kyutai%2Fstt-2.6b-en-candle-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" style="display: inline-block; vertical-align: middle;"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
The Rust implementation provides a server that can process multiple streaming
|
The Rust implementation provides a server that can process multiple streaming
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user