Clone feature/colab-notebook branch for colab.py

This commit is contained in:
Leo Borcherding 2026-02-17 13:01:16 -06:00
commit f48d815797

View file

@ -15,9 +15,9 @@
"import os\n",
"github_token = os.environ.get('GITHUB_TOKEN', '')\n",
"if github_token:\n",
" !git clone https://{github_token}@github.com/unslothai/new-ui-prototype.git\n",
" !git clone -b feature/colab-notebook https://{github_token}@github.com/unslothai/new-ui-prototype.git\n",
"else:\n",
" !git clone https://github.com/unslothai/new-ui-prototype.git\n",
" !git clone -b feature/colab-notebook https://github.com/unslothai/new-ui-prototype.git\n",
"%cd /content/new-ui-prototype\n",
"\n",
"# Run setup script\n",