unsloth/studio/backend/routes
danielhanchen 88f39d6f01 Drop an unrelated keepwarm call-site change from the sandbox PR
The path-check rework accidentally carried an out-of-scope inference.py edit
that called note_model_loaded(llama_backend); note_model_loaded takes no
arguments, so it would raise TypeError on GGUF load. Revert that line so this
PR only adds the out-of-workspace path check and its test.
2026-07-20 08:29:30 +00:00
..
data_recipe Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py Studio: clean-room compact RAG (knowledge bases, hybrid search, fast indexing) (#5910) 2026-06-09 21:17:04 -07:00
auth.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
chat_history.py Sort chat recents by last activity (#6844) 2026-07-07 17:54:32 +01:00
datasets.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
export.py Studio: offer the latest transformers release for brand-new architectures (#7056) 2026-07-15 05:25:26 -07:00
inference.py Drop an unrelated keepwarm call-site change from the sandbox PR 2026-07-20 08:29:30 +00:00
llama.py Studio: quiet noisy logs, log real progress, and speed up Windows/macOS dataset prep (#7087) 2026-07-15 06:49:52 -07:00
mcp_servers.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
models.py Studio: GPU memory configuration for GGUF models (#6414) 2026-07-19 05:46:22 -07:00
preview.py Studio: opt-in OpenAI /v1 model auto-switch and idle keep-warm (#6392) 2026-07-01 06:42:23 -07:00
prompts.py Studio: clean-room compact RAG (knowledge bases, hybrid search, fast indexing) (#5910) 2026-06-09 21:17:04 -07:00
providers.py Studio: Add custom provider option to Connections (#6112) 2026-06-12 13:09:35 +02:00
rag.py Studio: customizable RAG embedding model with HF search, settings tab reorganization (#6800) 2026-07-02 05:26:33 -07:00
settings.py Studio: hide the RAG embedder and llama.cpp probe from the hub cached inventory (#7018) 2026-07-19 03:20:56 -07:00
training.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
training_history.py Studio: require signed capability tokens for /p preview links (#6666) 2026-06-25 21:40:48 -07:00
training_vram.py Studio: GPU memory configuration for GGUF models (#6414) 2026-07-19 05:46:22 -07:00