From 2c120c48087f4c1916f47b2da2509ed2ebd56ca1 Mon Sep 17 00:00:00 2001 From: Michael Hedman Date: Mon, 19 May 2025 15:41:39 +0200 Subject: [PATCH] change colab notebook repo source to official repo --- colab_inference.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colab_inference.ipynb b/colab_inference.ipynb index 4f787a1..16c0e58 100644 --- a/colab_inference.ipynb +++ b/colab_inference.ipynb @@ -24,7 +24,7 @@ "colab_type": "text" }, "source": [ - "\"Open" + "\"Open" ] }, { @@ -45,7 +45,7 @@ "outputs": [], "source": [ "#!pip uninstall ace-step -y\n", - "!pip install --upgrade git+https://github.com/craftmine1000/ACE-Step-Colab-Opt.git\n", + "!pip install --upgrade git+https://github.com/ace-step/ACE-Step.git\n", "import os\n", "os.environ['ACE_PIPELINE_DTYPE'] = 'float16'" ]