unsloth/studio/backend/utils
2026-08-20 11:05:06 +00:00
..
datasets Studio: tokenize the dataset online for plain-text single-pass runs (#8960) 2026-08-16 04:55:53 -07:00
hardware fix(amd): read ROCm VRAM through amd-smi so the backend keeps no HIP context (#8669) 2026-08-14 05:55:18 -07:00
inference Studio: make every model a defaults file covers actually load it (#8726) 2026-08-17 15:23:37 -03:00
models Studio: never pick a macOS AppleDouble sidecar as a GGUF (#8919) 2026-08-19 15:51:16 -03:00
paths Keep path_utils off PEP 604, which the 3.9 floor gate rejects (#9335) 2026-08-19 20:58:36 -07:00
prebuilt Studio: stop an unreachable Hugging Face endpoint from stalling the backend (#8799) 2026-08-14 06:39:53 -07:00
security Studio: never pick a macOS AppleDouble sidecar as a GGUF (#8919) 2026-08-19 15:51:16 -03:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_studio_release_build.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
api_errors.py Studio: a binary request body should be a 422, not a 500 with the payload in the log (#8307) 2026-08-10 03:36:08 -07:00
cache_cleanup.py Studio: keep the compiled cache when a sibling backend is live (#8457) 2026-08-12 01:47:32 -07:00
child_stdio.py Studio: Auto download transport, Xet memory caps, and stall detection on the hub path (#7742) 2026-08-03 06:20:06 -07:00
client_ip.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
coding_agents.py feat: detect installed coding agent CLIs in Studio settings (#6909) 2026-07-08 05:26:50 -07:00
cpu_threads.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
debug_log_reader.py Studio: read the logs from inside the app, in Settings > Debugging (#8690) 2026-08-13 19:30:16 -07:00
debug_log_sources.py Studio: tighten the Settings > Logs comments (#8769) 2026-08-13 19:50:38 -07:00
download_transport_settings.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-08-20 11:05:06 +00:00
downsample.py Formatting: ruff line-length 100, kwarg-spacing passes, drop blank after short local imports (#6079) 2026-06-08 04:24:13 -07:00
embedding_model_settings.py Studio: customizable RAG embedding model with HF search, settings tab reorganization (#6800) 2026-07-02 05:26:33 -07:00
helper_precache_settings.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
hf_cache_settings.py Fix model picker stuck on "Loading variants" (#7767) 2026-08-03 15:07:55 +01:00
hf_dataset_options.py fix(studio): harden training setup, lifecycle, and audio loading (#8103) 2026-08-08 01:45:40 -07:00
hf_token_validation.py Studio: validate Hugging Face tokens before use (#7261) 2026-07-20 14:40:14 +01:00
hf_xet_fallback.py Studio: size Xet download buffers from free RAM, not total (#9052) 2026-08-19 05:36:30 -07:00
hidden_models.py studio: add audio page with tts/stt create tab, train tab, and openai audio endpoints (#7984) 2026-08-11 04:47:26 -07:00
host_policy.py studio: add settings-managed LAN access (#8951) 2026-08-18 04:32:59 +03:00
lan_access_settings.py studio: add settings-managed LAN access (#8951) 2026-08-18 04:32:59 +03:00
lifespan_shutdown.py Studio: bring the login screen up before the ML stack loads (#7607) 2026-08-02 01:11:46 -07:00
llama_cpp_freshness.py Studio: keep inference status probes off the event loop (#7944) 2026-08-07 21:18:40 -03:00
llama_cpp_path_settings.py Studio: use a custom llama.cpp build (#9292) 2026-08-19 08:09:26 -07:00
llama_cpp_update.py Studio: use a custom llama.cpp build (#9292) 2026-08-19 08:09:26 -07:00
log_redaction.py Studio: tighten the Settings > Logs comments (#8769) 2026-08-13 19:50:38 -07:00
media_generation_preset_settings.py Studio: add image and video generation presets (#8390) 2026-08-13 06:02:55 -07:00
mlx_repair.py Studio: name what is keeping Train off on Apple Silicon (#8303) 2026-08-10 06:40:22 -07:00
model_memory_settings.py Add Model memory settings to keep a loaded model in VRAM (#8002) 2026-08-07 18:18:26 -07:00
native_path_leases.py Studio: sync linked folders into RAG (#8014) 2026-08-10 05:21:09 -07:00
native_tls.py fix(studio): verify TLS against the OS trust store at runtime (corporate TLS-inspection proxies) (#8108) 2026-08-09 01:36:48 -07:00
node_runtime.py Studio: read model text as utf-8 so umlauts survive on Windows (#7467) 2026-07-28 21:27:27 -07:00
openai_auto_switch_settings.py studio: opt-in model auto-switch for the image and video apis (#8766) 2026-08-15 22:04:16 -07:00
parent_watchdog.py Desktop: exit the backend when the app that spawned it dies (#7655) 2026-07-31 08:50:42 +02:00
personalization_settings.py studio: persist personalization (profile, avatar, theme) server-side (#6516) 2026-06-22 04:09:48 -07:00
preview_rate_limit.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
preview_sharing_settings.py Studio: require signed capability tokens for /p preview links (#6666) 2026-06-25 21:40:48 -07:00
preview_token.py Studio: require signed capability tokens for /p preview links (#6666) 2026-06-25 21:40:48 -07:00
process_lifetime.py Studio: never signal pid 0 or pid 1 from the lifetime reaper (#8797) 2026-08-14 03:24:27 -07:00
release_notes.py Source the update popup's release notes from the GitHub releases (#8352) 2026-08-11 00:28:01 -07:00
remote_access_settings.py feat(studio): add settings-managed remote access (#7875) 2026-08-06 07:53:44 -07:00
ssm_runtime.py fix(studio): harden training setup, lifecycle, and audio loading (#8103) 2026-08-08 01:45:40 -07:00
studio_version.py Studio: read model text as utf-8 so umlauts survive on Windows (#7467) 2026-07-28 21:27:27 -07:00
subprocess_compat.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
third_party_source.py fix(studio): harden training setup, lifecycle, and audio loading (#8103) 2026-08-08 01:45:40 -07:00
torch_device_probe.py Studio: contain RAG embedder torch allocation crashes (#8609) 2026-08-12 20:05:34 -07:00
torch_warmup.py Studio: defer optional GPU startup work (#8564) 2026-08-12 14:22:07 -03:00
training_runs.py Replace standalone Studio wording with Unsloth (#7221) 2026-07-19 00:47:04 -07:00
transformers_dtype.py Studio: Fix torch_dtype deprecation warning on startup and ASR load (#6999) 2026-07-13 17:34:25 -03:00
transformers_latest.py Ask for the transformers a training model needs, before the run starts (#8721) 2026-08-14 04:59:56 -07:00
transformers_version.py Studio: self-repair sidecars whose extensions were built for another Python (#8705) 2026-08-14 06:05:14 -07:00
update_status.py Show release notes in the update popup, sourced from CHANGELOG.md (#7432) 2026-07-28 21:26:43 -07:00
upload_limits.py Studio: add local speech-to-text dictation engine (#7095) 2026-07-23 01:39:03 -07:00
utils.py Studio: never pick a macOS AppleDouble sidecar as a GGUF (#8919) 2026-08-19 15:51:16 -03:00
uv_path_safety.py Studio: apply base.txt on the install.sh and install.ps1 paths (#8195) 2026-08-11 00:06:23 -07:00
uvicorn_h11_shutdown.py Drop socket reads that arrive after an h11 connection is closed (#8469) 2026-08-12 02:01:33 -07:00
vram_budget_settings.py Make the VRAM budget fraction tunable (#8589) 2026-08-13 05:02:44 -07:00
wheel_utils.py Studio: verify the flash-attn import after installing it (#8465) 2026-08-12 05:43:51 -07:00
whisper_cpp_freshness.py Studio: add local speech-to-text dictation engine (#7095) 2026-07-23 01:39:03 -07:00
whisper_cpp_update.py Studio: switch llama.cpp backends from the UI (#8520) 2026-08-13 02:33:20 -07:00