unsloth/studio/backend/core/inference
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
..
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
audio_codecs.py studio: per-model inference defaults, GGUF slider fix, reasoning toggle (#4325) 2026-03-16 06:37:55 -07:00
defaults.py studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
inference.py fix: system prompt ignored in unsloth inference (#4528) 2026-03-24 04:01:33 -07:00
llama_cpp.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-27 13:33:58 +00:00
orchestrator.py feat(studio): infinite scroll for recommended models list (#4414) 2026-03-18 03:17:01 -07:00
tools.py fix: remove auto-fetch on search, keep url param for explicit fetch 2026-03-27 14:21:38 +00:00
worker.py Fix inference failing for transformers 5.x models (trust_remote_code) (#4652) 2026-03-27 04:51:30 -07:00