unsloth/studio
Daniel Han 646b4f02d9 Address review: scope synthesis nudge to current turn and skip on errors
- Gate _TOOL_SYNTHESISE_NUDGE on current turn only: scan backwards from
  the last message -- only append the synthesis directive when tool results
  appear after the last user message. Historical tool results from earlier
  questions no longer suppress legitimate new tool calls.

- Skip synthesis nudge when all tool calls in a batch errored: if every
  tool execution returned an error (timeout, failed fetch, etc.), let the
  model retry or try a different approach rather than prematurely forcing
  a final answer from incomplete data.
2026-04-16 11:09:52 +00:00
..
backend Address review: scope synthesis nudge to current turn and skip on errors 2026-04-16 11:09:52 +00:00
frontend Studio: add folder browser modal for Custom Folders (#5035) 2026-04-15 08:04:33 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py fix(rocm): tighten gfx regex to ignore generic ISA lines (#5033) 2026-04-15 05:24:41 -07:00
install_python_stack.py fix(rocm): tighten gfx regex to ignore generic ISA lines (#5033) 2026-04-15 05:24:41 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Add configurable PyTorch mirror via UNSLOTH_PYTORCH_MIRROR env var (#5024) 2026-04-15 11:39:11 +04:00
setup.sh Add AMD ROCm/HIP support across installer and hardware detection (#4720) 2026-04-10 01:56:12 -07:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00