Feat/models and storage#18
Merged
Merged
Conversation
Completes the remaining phases on top of the local-first slice:
- /api/storage/locations now carries a per-directory model inventory
(HF cache repos, every .safetensors in the local model folders with
the recommended pick starred ARC-over-RF and medium-over-small, torch
hub checkpoints); the Locations size readout shows it on hover.
- /api/storage/checkpoints/inspect reports exactly what a path holds
(checkpoints, configs, the precise pairing problem, recognized
variant) and the Add flow runs it on every failure.
- /api/storage/checkpoints/generate-config copies the OFFICIAL config
JSON next to a recognized built-in checkpoint from the local/cached
copy; nothing is guessed and nothing downloads. The Add flow offers
the button only when that is possible.
- CREATE and LOAD now refuse cleanly when no usable model exists or
local-only blocks the selection: plain-language log line, run
stopped, Settings opened with the Models section pulsed via the
open-settings {section:models} event.
- TRAIN dataset path uses the shared PathInput with the native folder
picker, gaining its missing label along the way.
- USER_GUIDE 21.1 + README rewritten for the final shape: local-only
default ON, readiness cards, Browse pickers, config guidance, the
no-model routing, and the full endpoint table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
settings: add local-first model onboarding slice
settings: finish the noob-friendly model onboarding plan
Completes the remaining phases on top of the local-first slice:
(HF cache repos, every .safetensors in the local model folders with
the recommended pick starred ARC-over-RF and medium-over-small, torch
hub checkpoints); the Locations size readout shows it on hover.
(checkpoints, configs, the precise pairing problem, recognized
variant) and the Add flow runs it on every failure.
JSON next to a recognized built-in checkpoint from the local/cached
copy; nothing is guessed and nothing downloads. The Add flow offers
the button only when that is possible.
local-only blocks the selection: plain-language log line, run
stopped, Settings opened with the Models section pulsed via the
open-settings {section:models} event.
picker, gaining its missing label along the way.
default ON, readiness cards, Browse pickers, config guidance, the
no-model routing, and the full endpoint table.