Remove --local flag from setup.sh in Colab notebook
The --local flag is not needed for the standard Colab flow since install_python_stack now runs on Colab and installs deps from PyPI.
This commit is contained in:
parent
c4a3323dae
commit
dcb1534657
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
"id": "27e68f91"
|
||||
},
|
||||
"outputs": [],
|
||||
"source": "!git clone --depth 1 --branch main https://github.com/unslothai/unsloth.git\n%cd /content/unsloth\n!chmod +x studio/setup.sh && ./studio/setup.sh --local"
|
||||
"source": "!git clone --depth 1 --branch main https://github.com/unslothai/unsloth.git\n%cd /content/unsloth\n!chmod +x studio/setup.sh && ./studio/setup.sh"
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue