unsloth/studio/backend/core
Daniel Han a2c77f4932 fix: remove auto-fetch on search, keep url param for explicit fetch
The auto-fetch of top search results added ~2s latency per search
without meaningfully improving results for small models that kept
searching the wrong pages.  Searches now return snippets only (fast)
with a hint telling the model it can fetch any URL explicitly via the
url parameter.  Direct URL fetch remains available for when the model
finds a relevant link and wants the full content.
2026-03-27 14:21:38 +00:00
..
data_recipe build(deps): bump oxc-parser (#4571) 2026-03-25 02:44:38 -07:00
export feat: support GGUF export for non-PEFT models + fix venv_t5 switching for local checkpoints (#4455) 2026-03-20 12:13:18 +04:00
inference fix: remove auto-fetch on search, keep url param for explicit fetch 2026-03-27 14:21:38 +00:00
training [Studio] Try installing causal-conv1d from prebuilt wheels if avialable (#4547) 2026-03-25 02:22:26 -07:00
__init__.py Combine studio setup fixes: frontend caching, venv isolation, Windows CPU support (#4413) 2026-03-18 03:52:25 -07:00