fix: default benchmark form values

This commit is contained in:
jialin
2026-02-02 14:10:46 +08:00
parent fc599a0637
commit f651ab7fd9
15 changed files with 188 additions and 53 deletions
+1
View File
@@ -114,6 +114,7 @@ export interface DistributedServers {
}
export interface ModelInstanceListItem {
backend?: string;
cluster_id: number;
backend_version?: string;
source: string;
huggingface_repo_id: string;