Studio & Export tabs are disabled when using docker to host unsloth #4911
Replies: 1 comment
-
|
Hey @zaidworks515 , Root cause: You're using the old Docker reference which runs Jupyter-based Unsloth, NOT Unsloth Studio. The Jupyter container and Studio are different deployments. The correct Docker command for Unsloth Studio: docker run -d -e JUPYTER_PASSWORD="mypassword" Then access Studio at http://localhost:8000, NOT localhost:8888. Why Studio tabs are disabled in Chat-only mode: Unsloth Studio supports CPU devices for Chat for GGUF models and Data Recipes only. Training (Studio tab) and Export require a GPU. (Unsloth AI) If this helped you, please mark it as the answer — it helps others in the community who run into the same issue find the solution faster! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to host the unsloth using the docker reference provided, but Studio & Export tabs are disabled.
I've tried the colab notebook as well, but in the notebook they are working..
I'm exploring unsloth for the first time and would really appreciate some assistance here.
best regards,
Zaid Ahmed
Beta Was this translation helpful? Give feedback.
All reactions