From a77b9717f81a18d80b11d3f23e015f52b79b0b1b Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Fri, 20 Feb 2026 19:15:03 +0000 Subject: [PATCH] removed branch from colab git clone --- Unsloth_Studio_Colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unsloth_Studio_Colab.ipynb b/Unsloth_Studio_Colab.ipynb index fb2ca72604..7778b2254a 100644 --- a/Unsloth_Studio_Colab.ipynb +++ b/Unsloth_Studio_Colab.ipynb @@ -63,7 +63,7 @@ "\n", "import os\n", "github_token = os.environ['GITHUB_TOKEN']\n", - "!git clone -b feature/colab-notebook https://{github_token}@github.com/unslothai/new-ui-prototype.git\n", + "!git clone https://{github_token}@github.com/unslothai/new-ui-prototype.git\n", "%cd /content/new-ui-prototype\n", "\n", "# Run setup script\n",