change colab notebook repo source to official repo

This commit is contained in:
Michael Hedman
2025-05-19 15:41:39 +02:00
parent 9be6e4a905
commit 2c120c4808
+2 -2
View File
@@ -24,7 +24,7 @@
"colab_type": "text" "colab_type": "text"
}, },
"source": [ "source": [
"<a href=\"https://colab.research.google.com/github/craftmine1000/ACE-Step-Colab-Opt/blob/main/colab_inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" "<a href=\"https://colab.research.google.com/github/ace-step/ACE-Step/blob/main/colab_inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
] ]
}, },
{ {
@@ -45,7 +45,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"#!pip uninstall ace-step -y\n", "#!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", "import os\n",
"os.environ['ACE_PIPELINE_DTYPE'] = 'float16'" "os.environ['ACE_PIPELINE_DTYPE'] = 'float16'"
] ]