Cached GGUF repos now order by the quant that will actually load instead of the row size_bytes, which sums every downloaded quant and pushed a repo holding one small quant behind larger models. Cached entries apply the same seen gate local rows use and skip keys are scoped to the backend load target, so a cached repo and an indexed local row aliasing the same files no longer spend two attempt slots on one failure. The fallback resolves candidates through the bounded worker pool and consumes them incrementally from a size-ordered pool after a short settle grace, so one slow folder scan no longer stalls the send path behind the transport timeout. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||