unsloth/studio
danielhanchen 86cea0733b Correct the per-boundary-event cost in the hover hook comment
The comment said each boundary crossing costs about 90ms. It does not. 90ms is
1000ms of long tasks divided by 11 long tasks, which is milliseconds per long
task, relabelled as milliseconds per event. The per-event figure is the arm
difference over the event count, (1380.9 - 664.4) / 20, so about 36ms.

Both numbers are in the comment now, each labelled as what it measures. Nothing
else changes: the 716.5ms the 20 crossings cost between them is what the hook
removes and that total was never in question.
2026-08-18 16:07:55 +00:00
..
backend Studio: recover marked reports across reasoning channels (#9119) 2026-08-18 06:21:37 -07:00
frontend Correct the per-boundary-event cost in the hover hook comment 2026-08-18 16:07:55 +00:00
src-tauri fix(studio): enable microphone/camera access in Linux WebKitGTK webview (#8720) 2026-08-17 03:28:23 -07:00
__init__.py
install_llama_prebuilt.py Studio: fail fast when the installed llama.cpp prebuilt has no kernels for this GPU (#8841) 2026-08-18 05:40:52 -07:00
install_manifest.py Fix Windows no-torch setup (#7511) 2026-07-28 05:54:25 -07:00
install_node_prebuilt.py Windows: unblock the consumer install on clean and no-winget machines (#7549) 2026-07-28 22:24:40 -07:00
install_python_stack.py Studio: share one torch classification probe across the repair paths (#8779) 2026-08-14 00:00:47 -07:00
install_sd_cpp_prebuilt.py Name the encoding on the snapshot-progress ref read (#8355) 2026-08-10 07:19:01 -07:00
install_whisper_prebuilt.py Studio: pair slim whisper with ROCm targets hipBLASLt has no kernels for (#8364) (#8400) 2026-08-11 05:55:40 -07:00
LICENSE.AGPL-3.0
MCP.md
node_prebuilt_pins.json
package-lock.json
package.json
prebuilt_core.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
setup.bat
setup.ps1 Revert "Studio: verify the installed version after the update pass (#8505)" (#8824) 2026-08-14 07:01:19 -07:00
setup.sh Revert "Studio: verify the installed version after the update pass (#8505)" (#8824) 2026-08-14 07:01:19 -07:00
Unsloth_Studio_Colab.ipynb