unsloth/studio
Daniel Han 90724f6dab fix(studio): suppress fatal error when prebuilt manifest is missing
When DEFAULT_PUBLISHED_REPO is ggml-org/llama.cpp, the prebuilt
resolver fails because ggml-org releases do not include a
llama-prebuilt-manifest.json asset. This raised a PrebuiltFallback
exception that was caught by the generic Exception handler and
printed as "fatal helper error" to stderr, which triggers a
NativeCommandError on PowerShell and looks alarming.

Catch PrebuiltFallback separately and exit with EXIT_FALLBACK (code 2)
instead of EXIT_ERROR (code 1). The message is still logged but
without the "fatal helper error" prefix. The shell scripts already
handle non-zero exits gracefully and fall back to source builds.
2026-04-02 19:14:05 +00:00
..
backend fix(studio): don't set trust_remote_code for Gemma 4 training (#4795) 2026-04-02 11:44:26 -07:00
frontend UI Changes (#4782) 2026-04-02 08:05:55 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py fix(studio): suppress fatal error when prebuilt manifest is missing 2026-04-02 19:14:05 +00:00
install_python_stack.py studio: unify Windows installer/setup logging style, verbosity controls, and startup messaging (#4651) 2026-03-30 00:53:23 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 docs: add comment explaining latest vs master for llama.cpp tag 2026-04-02 18:51:30 +00:00
setup.sh docs: add comment explaining latest vs master for llama.cpp tag 2026-04-02 18:51:30 +00:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00