Merge pull request #187 from unslothai/fix/fix-git-clone-branch-colab

removed branch from colab git clone
This commit is contained in:
Roland Tannous 2026-02-20 23:16:06 +04:00 committed by GitHub
commit ef3bd22b02

View file

@ -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",