From 8c18018b6f147ffd5a18d3b98445562e970917ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Volhejn?= Date: Wed, 25 Jun 2025 11:27:33 +0200 Subject: [PATCH] Link to colab notebook via github --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7051dad..5b79d1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Hugging Face - + Open In Colab @@ -58,12 +58,12 @@ wget https://github.com/kyutai-labs/moshi/raw/refs/heads/main/data/sample_fr_hib Hugging Face - + Open In Colab For an example of how to use the model in a way where you can directly stream in PyTorch tensors, -[see our Colab notebook](https://colab.research.google.com/drive/1mc0Q-FoHxU2pEvId8rTdS4q1r1zorJhS?usp=sharing). +[see our Colab notebook](https://colab.research.google.com/github/kyutai-labs/delayed-streams-modeling/blob/main/transcribe_via_pytorch.ipynb). If you just want to run the model on a file, you can use `moshi.run_inference`. This requires the [moshi package](https://pypi.org/project/moshi/)