From e83dc0ae0c5d0cd0338ad9c553d1ea49fe4091eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Wed, 18 Sep 2024 16:43:47 +0200 Subject: [PATCH] fix moshiko moshika --- README.md | 4 ++-- client/src/pages/Conversation/Conversation.tsx | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) 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();