I have installed unlosth with:
irm https://unsloth.ai/install.ps1 | iex
I'm launching it as unsloth studio -H 0.0.0.0 -p 8888
Starting Unsloth Studio on http://...:8888
✅ Frontend loaded from C:\Users\RUAN\.unsloth\studio\unsloth_studio\Lib\site-packages\studio\frontend\dist
INFO: Started server process [12000]
INFO: Waiting for application startup.
Hardware detected: CUDA — NVIDIA GeForce GTX 1060 6GB
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit)
{"timestamp": "2026-03-28T15:41:41.308756Z", "level": "info", "event": "request_completed", "method": "GET", "path": "/", "status_code": 200, "process_time_ms": 2.01}
{"timestamp": "2026-03-28T15:41:41.735060Z", "level": "info", "event": "Pre-caching helper GGUF: unsloth/Qwen3.5-4B-GGUF/Qwen3.5-4B-UD-Q4_K_XL.gguf"}
{"timestamp": "2026-03-28T15:41:41.786124Z", "level": "info", "event": "request_completed", "method": "GET", "path": "/api/health", "status_code": 200, "process_time_ms": 0.97}
{"timestamp": "2026-03-28T15:41:41.873002Z", "level": "info", "event": "Helper GGUF cached: 1 file(s)"}
{"timestamp": "2026-03-28T15:41:42.294851Z", "level": "info", "event": "request_completed", "method": "GET", "path": "/", "status_code": 200, "process_time_ms": 1.39}
🦥 Unsloth Studio is running
────────────────────────────────────────────────────
On this machine — open this in your browser:
http://127.0.0.1:8888
(same as http://localhost:8888)
From another device on your network / to share:
http://...:8888
API & health:
http://127.0.0.1:8888/api
http://127.0.0.1:8888/api/health
────────────────────────────────────────────────────
Tip: if you are on the same computer, use the Local link above.
