You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(studio/colab): polish Colab Cloudflare UX and notebook docs
- Show Cloudflare link before login credentials (matches card copy)
- Skip in-cell proxy iframe when Cloudflare tunnel is ready on Colab
- Warn clearly when Colab expected a tunnel but none was opened
- Update Unsloth_Studio_Colab.ipynb for auto-Cloudflare start() default
Co-authored-by: souravrajvidev-glitch <souravrajvidev-glitch@users.noreply.github.com>
"<a href=\"https://unsloth.ai/docs/\"><img src=\"https://github.com/unslothai/unsloth/blob/main/images/documentation%20green%20button.png?raw=true\" width=\"125\"></a> Join Discord if you need help + ⭐ <i>Star us on <a href=\"https://github.com/unslothai/unsloth\">Github</a> </i> ⭐\n",
24
+
"</div>\n",
25
+
"\n",
26
+
"To install Unsloth Studio on your local device, follow [our guide](https://unsloth.ai/docs/new/unsloth-studio/install). Unsloth Studio is licensed [AGPL-3.0](https://github.com/unslothai/unsloth/blob/main/studio/LICENSE.AGPL-3.0).\n",
27
+
"\n",
28
+
"### Unsloth Studio\n",
29
+
"\n",
30
+
"Train and run open models with [**Unsloth Studio**](https://unsloth.ai/docs/new/unsloth-studio/start). NEW! Installation should now only take 2 mins!\n",
31
+
"\n",
32
+
"\n",
33
+
"We are actively working on making Unsloth Studio install on Colab T4 GPUs faster.\n",
"# On Colab, start() auto-opens a Cloudflare link and prints admin login credentials.\n",
90
+
"# Use the Cloudflare link above the ready card to open Studio (in-cell iframes often stay blank).\n",
91
+
"start()\n",
92
+
"\n",
93
+
"# To skip the Cloudflare tunnel and try the in-notebook proxy iframe only:\n",
94
+
"# start(cloudflare=False)"
95
+
],
96
+
"execution_count": null,
97
+
"outputs": [],
98
+
"id": "277e431e"
99
+
},
100
+
{
101
+
"cell_type": "markdown",
102
+
"metadata": {
103
+
"id": "f2b0c6a1"
104
+
},
105
+
"source": [
106
+
"And we're done! If you have any questions on Unsloth, we have a [Discord](https://discord.gg/unsloth) channel! If you find any bugs or want to keep updated with the latest LLM stuff, or need help, join projects etc, feel free to join our Discord!\n",
107
+
"\n",
108
+
"Some other resources:\n",
109
+
"1. Looking to use Unsloth locally? Read our [Installation Guide](https://unsloth.ai/docs/get-started/install) for details on installing Unsloth on Windows, Docker, AMD, Intel GPUs.\n",
110
+
"2. Learn how to do Reinforcement Learning with our [RL Guide and notebooks](https://unsloth.ai/docs/get-started/reinforcement-learning-rl-guide).\n",
111
+
"3. Read our guides and notebooks for [Text-to-speech (TTS)](https://unsloth.ai/docs/basics/text-to-speech-tts-fine-tuning) and [vision](https://unsloth.ai/docs/basics/vision-fine-tuning) model support.\n",
112
+
"4. Explore our [LLM Tutorials Directory](https://unsloth.ai/docs/models/tutorials-how-to-fine-tune-and-run-llms) to find dedicated guides for each model.\n",
113
+
"5. Need help with Inference? Read our [Inference & Deployment page](https://unsloth.ai/docs/basics/inference-and-deployment) for details on using vLLM, llama.cpp, Ollama etc.\n",
"<a href=\"https://unsloth.ai/docs/\"><img src=\"https://github.com/unslothai/unsloth/blob/main/images/documentation%20green%20button.png?raw=true\" width=\"125\"></a> Join Discord if you need help + ⭐ <i>Star us on <a href=\"https://github.com/unslothai/unsloth\">Github</a> </i> ⭐\n",
25
-
"</div>\n",
26
-
"\n",
27
-
"To install Unsloth Studio on your local device, follow [our guide](https://unsloth.ai/docs/new/unsloth-studio/install). Unsloth Studio is licensed [AGPL-3.0](https://github.com/unslothai/unsloth/blob/main/studio/LICENSE.AGPL-3.0).\n",
28
-
"\n",
29
-
"### Unsloth Studio\n",
30
-
"\n",
31
-
"Train and run open models with [**Unsloth Studio**](https://unsloth.ai/docs/new/unsloth-studio/start). NEW! Installation should now only take 2 mins!\n",
32
-
"\n",
33
-
"\n",
34
-
"We are actively working on making Unsloth Studio install on Colab T4 GPUs faster.\n",
"source": "import sys\nsys.path.insert(0, \"/content/unsloth/studio/backend\")\nfrom colab import start\n\n# Default: in-tab iframe only. start() blocks to keep the kernel alive.\nstart()\n\n# For a shareable Cloudflare link, replace start() above with:\n# start(cloudflare=True)"
88
-
},
89
-
{
90
-
"cell_type": "markdown",
91
-
"id": "f2b0c6a1",
92
-
"metadata": {
93
-
"id": "f2b0c6a1"
94
-
},
95
-
"source": [
96
-
"And we're done! If you have any questions on Unsloth, we have a [Discord](https://discord.gg/unsloth) channel! If you find any bugs or want to keep updated with the latest LLM stuff, or need help, join projects etc, feel free to join our Discord!\n",
97
-
"\n",
98
-
"Some other resources:\n",
99
-
"1. Looking to use Unsloth locally? Read our [Installation Guide](https://unsloth.ai/docs/get-started/install) for details on installing Unsloth on Windows, Docker, AMD, Intel GPUs.\n",
100
-
"2. Learn how to do Reinforcement Learning with our [RL Guide and notebooks](https://unsloth.ai/docs/get-started/reinforcement-learning-rl-guide).\n",
101
-
"3. Read our guides and notebooks for [Text-to-speech (TTS)](https://unsloth.ai/docs/basics/text-to-speech-tts-fine-tuning) and [vision](https://unsloth.ai/docs/basics/vision-fine-tuning) model support.\n",
102
-
"4. Explore our [LLM Tutorials Directory](https://unsloth.ai/docs/models/tutorials-how-to-fine-tune-and-run-llms) to find dedicated guides for each model.\n",
103
-
"5. Need help with Inference? Read our [Inference & Deployment page](https://unsloth.ai/docs/basics/inference-and-deployment) for details on using vLLM, llama.cpp, Ollama etc.\n",
0 commit comments