unsloth/studio
Daniel Han 3be31947dd Export page: defer format pruning until hardware info is authoritative
The availableFormats prune effect ran on the initial render before
/api/system/hardware resolves, when hasNvidia is false and the NVIDIA-only
compressed-tensors formats are transiently absent. On a fresh Export mount
with the module cache empty (cold start, or a remount during
refreshHardwareInfo), a running FP8/NVFP4 selection was pruned permanently,
since the later hardware response only adds formats back to availableFormats
and never restores selectedFormats. Gate the effect on hardware.loaded so it
prunes only against the authoritative capability set, matching the effect's
stated intent.
2026-07-15 14:49:43 +00:00
..
backend [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-07-13 12:02:40 +00:00
frontend Export page: defer format pruning until hardware info is authoritative 2026-07-15 14:49:43 +00:00
src-tauri Speed up Studio startup path (#6899) 2026-07-07 18:08:07 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Studio: remove AGENTS.md and CLAUDE.md from install artifacts (#7096) 2026-07-13 00:15:04 -07:00
install_node_prebuilt.py Pin isolated Node.js installer to committed sha256 digests (#6625) 2026-06-24 05:47:58 -07:00
install_python_stack.py Studio: fix flash-attn and torchao install on Blackwell (sm_100+) GPUs (Closes #6961) (#6970) 2026-07-08 06:38:10 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
node_prebuilt_pins.json Pin isolated Node.js installer to committed sha256 digests (#6625) 2026-06-24 05:47:58 -07:00
package-lock.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
package.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Tighten Studio instruction-file cleanup boundaries (#7097) 2026-07-13 01:46:23 -07:00
setup.sh Tighten Studio instruction-file cleanup boundaries (#7097) 2026-07-13 01:46:23 -07:00
Unsloth_Studio_Colab.ipynb Studio Colab: opt-in shareable Cloudflare tunnel link (#6684) 2026-06-26 00:56:23 -07:00