The generate callback omitted loraCapable from its dependencies, so when an auto-compile flips supports_lora off mid-session the memoized handler still sent the previously selected adapters and the next generation failed with the backend's LoRA-not-supported error instead of omitting adapters the UI had already hidden. HubModelPicker's GGUF variant expanders, format lists and Hub row fit hints measured against the summed multi-GPU total. When the picker is task-scoped (Images/Video) the loaders place the whole pipeline on one device, so a variant could be recommended as fitting and then OOM at load; those sites now share the single-device budget the group fit gate already uses, while chat pickers keep the summed total since llama.cpp splits layers across devices. The dataset labeling grid's Remove button relied on group-hover with no group parent, leaving it permanently invisible to mouse users; the image wrapper now carries the group class. |
||
|---|---|---|
| .. | ||
| 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 | ||