unsloth/studio/backend
danielhanchen 13ec60e1ff Studio: free the RAG search slot when a lookup times out or is cancelled
The bounded knowledge-base search held the sole admission slot in a detached
worker until the search returned, so a lookup that outlived its timeout (a
stalled embedding or blocked vector call) kept the slot forever and starved
every later lookup, disabling knowledge-base retrieval globally. Release the
slot from the caller when it stops waiting, exactly once, so a detached worker
finishes without re-holding it.
2026-07-22 09:12:41 +00:00
..
assets Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
auth Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
core Studio: free the RAG search slot when a lookup times out or is cancelled 2026-07-22 09:12:41 +00:00
hub Feat/model picker per model config v2 (#7207) 2026-07-20 22:53:22 -07:00
loggers Studio: quiet noisy logs, log real progress, and speed up Windows/macOS dataset prep (#7087) 2026-07-15 06:49:52 -07:00
models Fix resume training crash recovery and MLX checkpoints (#6796) 2026-07-21 02:34:58 -07:00
picker Feat/model picker per model config v2 (#7207) 2026-07-20 22:53:22 -07:00
plugins Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
requirements Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
routes Studio: harden Deep Research synthesis budget, prompt shielding, and message protection 2026-07-22 08:58:19 +00:00
state Studio: shareable per-checkpoint preview links (#6486) 2026-06-24 06:31:53 -07:00
storage Studio: harden Deep Research synthesis budget, prompt shielding, and message protection 2026-07-22 08:58:19 +00:00
tests Studio: free the RAG search slot when a lookup times out or is cancelled 2026-07-22 09:12:41 +00:00
utils Studio: fix loading split GGUFs from the local HF cache (#7273) 2026-07-21 02:48:19 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_platform_compat.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
cloudflare_tunnel.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
colab.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
main.py Merge branch 'main' into feature/deep-research 2026-07-22 06:10:41 +00:00
mcp_server.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
run.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
startup_banner.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00