unsloth/studio/backend/core/inference
Roland Tannous ca1a801300 feat: explicit enable/disable toggle for API endpoint with --parallel restart
- Add set_parallel(n) to LlamaCppBackend: kills and relaunches llama-server
  with updated --parallel flag (stores launch cmd/env for replay)
- Add POST /access-endpoint/enable: restarts with --parallel 2, generates key
- Add POST /access-endpoint/disable: restarts with --parallel 1, clears key
- GET /access-endpoint now returns enabled state
- Model load clears previous API key (user must explicitly enable)
- Frontend dialog shows enable/disable toggle with loading state
- Connection details (URLs, key, snippets) only shown when enabled
2026-04-09 01:45:16 +00:00
..
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_html_to_md.py fix: studio web search SSL failures and empty page content (#4754) 2026-04-01 06:12:02 -07: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 UI Changes (#4782) 2026-04-02 08:05:55 -07:00
inference.py [studio] multi gpu: revert to balanced for inference. (#4698) 2026-03-31 01:24:41 -07:00
llama_cpp.py feat: explicit enable/disable toggle for API endpoint with --parallel restart 2026-04-09 01:45:16 +00:00
orchestrator.py fix(studio): prioritize curated defaults over HF download ranking in Recommended (#4792) 2026-04-02 10:46:53 -07:00
tools.py fix(studio): harden sandbox security for terminal and python tools (#4827) 2026-04-03 13:33:42 -07:00
worker.py split venv_t5 into tiered 5.3.0/5.5.0 and fix trust_remote_code (#4878) 2026-04-07 20:05:01 +04:00