fix: skip download progress polling for exported GGUF models (#4709)
* fix: skip download progress polling for exported GGUF models * fix: revert isLocalGgufDir change — exported GGUFs are file paths, not dirs * fix: set isDownloaded true for all adapters in LoraModelPicker
This commit is contained in:
parent
34272a796f
commit
7f353acfd4
1 changed files with 1 additions and 0 deletions
|
|
@ -1003,6 +1003,7 @@ export function LoraModelPicker({
|
|||
onSelect(adapter.id, {
|
||||
source: isLocal ? "local" : isExported ? "exported" : "lora",
|
||||
isLora: !isLocal && !isMerged && !isGguf,
|
||||
isDownloaded: true,
|
||||
});
|
||||
}
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue