Add gguf to toLoraSummary inline type
This commit is contained in:
parent
c21cf2ffcf
commit
2ce63f09c4
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function toLoraSummary(lora: {
|
|||
adapter_path: string;
|
||||
base_model?: string | null;
|
||||
source?: "training" | "exported" | null;
|
||||
export_type?: "lora" | "merged" | null;
|
||||
export_type?: "lora" | "merged" | "gguf" | null;
|
||||
}): ChatLoraSummary {
|
||||
const idTail = lora.adapter_path.split("/").filter(Boolean).at(-1) ?? "";
|
||||
const updatedAt =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue