mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 01:04:55 +02:00
ui : queue the draft-only selection for download
Assisted-by: pi:zai-org/GLM-5.3
This commit is contained in:
+6
-4
@@ -277,10 +277,12 @@
|
||||
let downloadQueue = $derived.by(() =>
|
||||
mainEntry
|
||||
? selected
|
||||
: [
|
||||
...selected.filter((f) => f.kind === 'main' || f.kind === 'aux'),
|
||||
...(commandMain ? [commandMain] : [])
|
||||
]
|
||||
: draftEntry
|
||||
? selected
|
||||
: [
|
||||
...selected.filter((f) => f.kind === 'main' || f.kind === 'aux'),
|
||||
...(commandMain ? [commandMain] : [])
|
||||
]
|
||||
);
|
||||
|
||||
/** Total bytes the CTA would fetch; drives the size in the button label. */
|
||||
|
||||
Reference in New Issue
Block a user