* Studio: add Export to GGUF button on finished training runs A completed run's 'Current Run' tab greys out, so it was unclear how to export it: GGUF export lives on the separate Export page and there was no link to it from a run. Add an 'Export to GGUF' button to the run progress card (shown for completed/stopped runs) that deep-links to the Export page with that run preselected via a new ?run= search param. The Export page reads the param, selects the run, defaults to GGUF, and picks the run's main checkpoint. No retraining is required to export a finished run. * Studio: fix export deep-link checkpoint preselect and edge cases Address review feedback on the Export to GGUF deep link: - Move the main-checkpoint auto-select effect after the model-change reset effect so it runs last; previously the reset cleared the checkpoint back to null in the same commit, leaving the field empty on a deep link. - Reset the applied-run ref when the ?run= param clears (e.g. navigating to /export via the sidebar) so a later manual reselect of the same run is not treated as a deep link. - Trim trailing slashes before taking the run output-dir basename so a path like /outputs/run/ still yields a name (the button no longer disappears). * Studio: hide Export to GGUF on runs superseded by a resume A stopped run whose output_dir was later reused by a resumed run is marked resumed_later by the backend; its on-disk contents no longer match the older run's metrics. Since the export deep link selects by output-dir basename, showing the button on such a run would export the newer continuation instead of the run being viewed. Carry resumed_later into the view data and hide the button when set. --------- Co-authored-by: danielhanchen <michaelhan2050@gmail.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_node_prebuilt.py | ||
| install_python_stack.py | ||
| LICENSE.AGPL-3.0 | ||
| package-lock.json | ||
| package.json | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||