From f48d81579786bc9407eddbbd7c31643fee088ded Mon Sep 17 00:00:00 2001 From: Leo Borcherding Date: Tue, 17 Feb 2026 13:01:16 -0600 Subject: [PATCH] Clone feature/colab-notebook branch for colab.py --- Unsloth_Studio_Colab.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unsloth_Studio_Colab.ipynb b/Unsloth_Studio_Colab.ipynb index 4f4767aaac..bedaea85c0 100644 --- a/Unsloth_Studio_Colab.ipynb +++ b/Unsloth_Studio_Colab.ipynb @@ -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",