unsloth/studio/backend
Daniel Han eeffa4c065
studio: web search, KV cache dtype, training progress, inference fixes
## Summary
- Add web search tool calling for GGUF models (Search toggle, DuckDuckGo via ddgs)
- Add KV cache dtype dropdown (f16/bf16/q8_0/q5_1/q4_1) in Chat Settings
- Fix Qwen3/3.5 inference defaults per official docs (thinking on/off params)
- Enable reasoning by default for Qwen3.5 4B and 9B
- Replace "Generating" toast with inline spinner
- Fix stop button via asyncio.to_thread (event loop no longer blocked)
- Fix CUDA 12 compat lib paths for llama-server on CUDA 13 systems
- Fix auto-load model name not appearing in selector
- Training progress messages + dataset_num_proc fix

Integrated PRs:
- #4327 (imagineer99): BETA badge alignment (already in tree)
- #4340 (Manan Shah): prioritize training models in model selection
- #4344 (Roland Tannous): setup.sh macOS python version compatibility
- #4345 (Manan Shah): revamp model+dataset checking logic
2026-03-17 00:30:01 -07:00
..
assets studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
auth fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
core studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
plugins Final cleanup 2026-03-12 18:28:04 +00:00
requirements studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
routes studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests fix(seed): disable remote code execution in seed inspect dataset loads (#4275) 2026-03-13 19:37:43 +04:00
utils studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
colab.py Fix/colab comment edits (#4317) 2026-03-16 16:15:46 -07:00
main.py studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
run.py fix: Ctrl+C not terminating backend on Linux (#4316) 2026-03-16 11:58:09 +04:00