feat: lora route

This commit is contained in:
jialin
2026-05-25 13:56:44 +08:00
committed by jialin
parent 342583f8d1
commit 1e334903dd
5 changed files with 83 additions and 13 deletions
+10
View File
@@ -18,6 +18,16 @@ export interface ListItem {
enable_model_route?: boolean;
replicas: number;
s3Address: string;
lora_list: Array<{
huggingface_filename: string;
local_path: string;
lora_name: string;
lora_repo_name: string;
model_file_id: string;
model_scope_file_path: string;
path: string;
source: string;
}>;
name: string;
description: string;
id: number;