unsloth/studio
Daniel Han a484032f92 fix(studio): temporarily install unsloth and unsloth_zoo from git main
The latest PyPI releases of unsloth and unsloth_zoo do not include
recent fixes needed by Studio (Gemma 4 support, compiler patches).
Switch all install paths to pull from git main until the next PyPI
release is cut.

Changes:
- install.sh: add _DEFAULT_UNSLOTH_PKG / _DEFAULT_ZOO_PKG defaults,
  replace 7 hardcoded "unsloth>=2026.3.18" / "unsloth-zoo" references
- install.ps1: same pattern with $DefaultUnslothPkg / $DefaultZooPkg
- install_python_stack.py: add _DEFAULT_UNSLOTH_PKG / _DEFAULT_ZOO_PKG,
  update the no-torch install path
- base.txt: switch from package names to git+https URLs

To revert: change the defaults back to "unsloth>=2026.3.18" and
"unsloth-zoo" in all four files and restore base.txt to package names.
2026-04-02 18:02:59 +00:00
..
backend fix(studio): temporarily install unsloth and unsloth_zoo from git main 2026-04-02 18:02:59 +00: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): build llama.cpp from master instead of latest release tag (#4790) 2026-04-02 09:45:56 -07:00
install_python_stack.py fix(studio): temporarily install unsloth and unsloth_zoo from git main 2026-04-02 18:02:59 +00: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 fix(studio): build llama.cpp from master instead of latest release tag (#4790) 2026-04-02 09:45:56 -07:00
setup.sh fix(studio): build llama.cpp from master instead of latest release tag (#4790) 2026-04-02 09:45:56 -07:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00