Clone feature/colab-notebook branch for colab.py
This commit is contained in:
parent
2c5e0ce606
commit
f48d815797
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue