unsloth/studio
Daniel Han c84ff1918a fix(install): add pydantic_core + annotated-types to no-torch-runtime.txt
Whack-a-mole on the --no-deps install: after typer's deps (click,
shellingham, annotated-doc, rich, etc.) the next module hit is
pydantic_core, which lives in a separate wheel from pydantic and so
is NOT installed when `pydantic` itself is installed --no-deps.

Pin pydantic-core and annotated-types (pydantic's other dep tree
member) so the import chain works on a fresh windows-latest venv.
2026-05-07 10:23:24 +00:00
..
backend fix(install): add pydantic_core + annotated-types to no-torch-runtime.txt 2026-05-07 10:23:24 +00:00
frontend [studio]: Fix tool reasoning trace in UI (#5314) 2026-05-07 06:18:41 +00:00
src-tauri install: support STUDIO_HOME / UNSLOTH_STUDIO_HOME for custom install paths (#5190) 2026-05-05 23:17:40 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Fix/windowsprebuilt (#5241) 2026-05-02 09:42:19 +04:00
install_python_stack.py Add native GGUF intake to Studio (#5246) 2026-05-04 11:46:18 +02: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 install: support STUDIO_HOME / UNSLOTH_STUDIO_HOME for custom install paths (#5190) 2026-05-05 23:17:40 -07:00
setup.sh Route CPU-only Linux x86_64 to ggml-org/llama.cpp prebuilts (#5302) 2026-05-05 23:22:22 -07:00
Unsloth_Studio_Colab.ipynb studio: add --local to setup.sh + overlay unsloth-zoo from git main (#5252) 2026-05-02 08:51:56 +04:00