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'" ]