diff --git a/README.md b/README.md index 3e413c0..021e6d8 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ of the HuggingFace repo with each model. Mimi is bundled in each of those, and a - Moshika for PyTorch (bf16): [kyutai/moshika-pytorch-bf16](https://huggingface.co/kyutai/moshika-pytorch-bf16). - Moshiko for PyTorch (bf16): [kyutai/moshiko-pytorch-bf16](https://huggingface.co/kyutai/moshiko-pytorch-bf16). -- Moshika for MLX (int4, int8, bf16): [kyutai/moshiko-mlx-q4](https://huggingface.co/kyutai/moshika-mlx-q4), [kyutai/moshiko-mlx-q8](https://huggingface.co/kyutai/moshika-mlx-q8), [kyutai/moshiko-mlx-bf16](https://huggingface.co/kyutai/moshika-mlx-bf16). +- Moshika for MLX (int4, int8, bf16): [kyutai/moshika-mlx-q4](https://huggingface.co/kyutai/moshika-mlx-q4), [kyutai/moshika-mlx-q8](https://huggingface.co/kyutai/moshika-mlx-q8), [kyutai/moshika-mlx-bf16](https://huggingface.co/kyutai/moshika-mlx-bf16). - Moshiko for MLX (int4, int8, bf16): [kyutai/moshiko-mlx-q4](https://huggingface.co/kyutai/moshiko-mlx-q4), [kyutai/moshiko-mlx-q8](https://huggingface.co/kyutai/moshiko-mlx-q8), [kyutai/moshiko-mlx-bf16](https://huggingface.co/kyutai/moshiko-mlx-bf16). -- Moshika for Rust/Candle (int8, bf16): [kyutai/moshika-candle-q8](https://huggingface.co/kyutai/moshika-candle-q8), [kyutai/moshiko-mlx-bf16](https://huggingface.co/kyutai/moshika-candle-bf16). +- Moshika for Rust/Candle (int8, bf16): [kyutai/moshika-candle-q8](https://huggingface.co/kyutai/moshika-candle-q8), [kyutai/moshika-mlx-bf16](https://huggingface.co/kyutai/moshika-candle-bf16). - Moshiko for Rust/Candle (int8, bf16): [kyutai/moshiko-candle-q8](https://huggingface.co/kyutai/moshiko-candle-q8), [kyutai/moshiko-mlx-bf16](https://huggingface.co/kyutai/moshiko-candle-bf16). All models are released under the CC-BY 4.0 license. diff --git a/client/src/pages/Conversation/Conversation.tsx b/client/src/pages/Conversation/Conversation.tsx index 7769117..627e19e 100644 --- a/client/src/pages/Conversation/Conversation.tsx +++ b/client/src/pages/Conversation/Conversation.tsx @@ -149,9 +149,6 @@ export const Conversation:FC = ({ useEffect(() => { - if(!workerAuthId) { - return; - } start(); return () => { stop();