remove fixed float16 COLAB_FREE env var

add ACE_PIPELINE_DTYPE env var dtype config
set colab notebook to float16
This commit is contained in:
Michael Hedman
2025-05-19 04:17:38 +02:00
parent e2efc727e9
commit cdab63d688
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
"#!pip uninstall ace-step -y\n",
"!pip install --upgrade git+https://github.com/craftmine1000/ACE-Step-Colab-Opt.git\n",
"import os\n",
"os.environ['COLAB_FREE'] = 'TRUE'"
"os.environ['ACE_PIPELINE_DTYPE'] = 'float16'"
]
},
{