Created using Colab
This commit is contained in:
parent
981f477e31
commit
64f9f389a0
1 changed files with 18 additions and 5 deletions
|
|
@ -89,13 +89,26 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
" import sys, time\n",
|
||||
" sys.path.insert(0, \"/content/unsloth/studio/backend\")\n",
|
||||
" from colab import start\n",
|
||||
" start()\n",
|
||||
" for _ in range(10000): time.sleep(300), print(\"=\", end = \"\")"
|
||||
"import sys, time\n",
|
||||
"sys.path.insert(0, \"/content/unsloth/studio/backend\")\n",
|
||||
"from colab import start\n",
|
||||
"start()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"from google.colab import output\n",
|
||||
"output.serve_kernel_port_as_iframe(8888, height = 1200, width = \"100%\")\n",
|
||||
"for _ in range(10000): time.sleep(300), print(\"=\", end = \"\")"
|
||||
],
|
||||
"metadata": {
|
||||
"id": "wb9UELh--XzX"
|
||||
},
|
||||
"id": "wb9UELh--XzX",
|
||||
"execution_count": null,
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "f2b0c6a1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue