From f6074cb684fcf3c46161f1c3abda3c0805e10d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Thu, 11 Sep 2025 17:22:30 +0200 Subject: [PATCH] fix notebook for safetensors --- tts_pytorch.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/tts_pytorch.ipynb b/tts_pytorch.ipynb index 7c722da..d247b2f 100644 --- a/tts_pytorch.ipynb +++ b/tts_pytorch.ipynb @@ -8,6 +8,7 @@ "outputs": [], "source": [ "# Fast install, might break in the future.\n", + "!pip install 'safetensors<0.6'\n", "!pip install 'sphn<0.2'\n", "!pip install --no-deps \"moshi==0.2.11\"\n", "# Slow install (will download torch and cuda), but future proof.\n",