unsloth/studio
Daniel Han 9c3e14acc0 Accept wget in studio/setup.sh, as install.sh already does
install.sh takes either transport everywhere: download() and _http_get both try
curl then wget, and the transport gate only fires when both are missing. A
wget-only box therefore installs fine, reaches studio/setup.sh, and finds curl
as the only way to fetch anything there.

Two sites: the uv bootstrap, where the fallback is silent (USE_UV stays false and
fast_install degrades to python -m pip), and the PyPI version check. Both now go
through a helper with install.sh's preference order.

Verified in a PATH containing wget but no curl: both helpers return 0 and the uv
installer is fetched, while the bare `curl -LsSf` this replaces exits 127.
2026-07-29 08:35:20 +00:00
..
backend Studio: Write auth secret files with a trailing newline (#7576) 2026-07-29 00:50:19 -07:00
frontend Studio: make the run settings panel width draggable (#7566) 2026-07-28 22:31:43 -07:00
src-tauri Show release notes in the update popup, sourced from CHANGELOG.md (#7432) 2026-07-28 21:26:43 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py fix(rocm): prefer system LLVM runtime on native Linux (#7448) 2026-07-28 06:19:29 -07:00
install_manifest.py Fix Windows no-torch setup (#7511) 2026-07-28 05:54:25 -07:00
install_node_prebuilt.py Windows: unblock the consumer install on clean and no-winget machines (#7549) 2026-07-28 22:24:40 -07:00
install_python_stack.py Installer: stop requiring a developer toolchain on the consumer path (#7547) 2026-07-28 18:50:38 -07:00
install_whisper_prebuilt.py Studio whisper: pair slim bundles on the ggml commit, not the full llama tag (#7381) 2026-07-23 20:18:36 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
MCP.md Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
node_prebuilt_pins.json Pin isolated Node.js installer to committed sha256 digests (#6625) 2026-06-24 05:47:58 -07: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
prebuilt_core.py Let a decode failure degrade instead of escaping a fail-closed helper (#7487) 2026-07-27 03:26:08 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Windows: unblock the consumer install on clean and no-winget machines (#7549) 2026-07-28 22:24:40 -07:00
setup.sh Accept wget in studio/setup.sh, as install.sh already does 2026-07-29 08:35:20 +00:00
Unsloth_Studio_Colab.ipynb fix(studio/colab): restore blank Colab iframe embed (#7344) (#7349) 2026-07-24 02:23:24 -07:00