unsloth/studio
Daniel Han 2bcafd1c25 Fix base.txt filter to match 'unsloth' exactly, not 'unsloth-zoo'
The previous _filter_requirements approach matched any line starting
with "unsloth", which also caught "unsloth-zoo". Replace with a regex
that matches "unsloth" followed by a version specifier or end-of-line,
preserving "unsloth-zoo" and other packages with the "unsloth-" prefix.
2026-04-03 13:52:30 +00:00
..
backend Consolidate manifest parsing and add debug logging 2026-04-03 13:50:26 +00:00
frontend Add UNSLOTH_UPDATE_DETAILS.json manifest system for Studio updates 2026-04-03 13:25:54 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Fix/llama.cppbuilding (#4804) 2026-04-03 00:34:20 -07:00
install_python_stack.py Fix base.txt filter to match 'unsloth' exactly, not 'unsloth-zoo' 2026-04-03 13:52:30 +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/llama.cppbuilding (#4804) 2026-04-03 00:34:20 -07:00
setup.sh Consolidate manifest parsing and add debug logging 2026-04-03 13:50:26 +00:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00