unsloth/studio
Daniel Han d75fa36832 Studio: copy the OS-matched update command and keep checkout installs local
The web update banner copied both the macOS/Linux curl and the Windows irm
one-liner joined by a newline, so pasting into a single terminal ran the wrong
shell's command and errored. Detect the OS from navigator.userAgent and copy
only the matching command; the banner still displays both.

In the settings update panel, editable/local_repo checkouts were told to run
the remote curl/irm installer, which is the PyPI path (install.sh only installs
locally with --local) and would replace an editable checkout with a PyPI
package. Use the OS-specific local installer (./install.sh --local /
.\install.ps1 --local) as the checkout update command and drop the now
redundant duplicate block plus its unused localInstallerFallback locale key.
2026-06-14 12:26:34 +00:00
..
backend studio: recommend the installer one-liner instead of unsloth studio update 2026-06-04 07:34:14 +00:00
frontend Studio: copy the OS-matched update command and keep checkout installs local 2026-06-14 12:26:34 +00:00
src-tauri studio: recommend the installer one-liner instead of unsloth studio update 2026-06-04 07:34:14 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Studio: cover B300 (sm_103) with the Linux prebuilt bundles (#5930) 2026-06-01 08:17:50 -07:00
install_python_stack.py Update Install Scripts (#5968) 2026-06-03 05:39:42 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
package-lock.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
package.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Update Install Scripts (#5968) 2026-06-03 05:39:42 -07:00
setup.sh Studio: forward --has-rocm from setup.sh when gfx resolution fails (#5927) 2026-06-01 07:32:48 -07:00
Unsloth_Studio_Colab.ipynb Fix/studio colab proxy and iframe - Unsloth Studio not loading in Colab (iframe "refused to connect" and wrong URL) (#5844) 2026-05-28 23:54:48 -07:00