style: parameters tooltip

This commit is contained in:
jialin
2026-05-06 12:27:22 +08:00
committed by jialin
parent 2592f44bc2
commit 705b33e307
11 changed files with 226 additions and 39 deletions
+1
View File
@@ -125,6 +125,7 @@ export interface ModelInstanceListItem {
ollama_library_model_name: string;
distributed_servers?: DistributedServers;
computed_resource_claim?: ComputedResourceClaim;
injected_backend_parameters?: string[];
s3_address: string;
worker_id: number;
gpu_indexes?: number[];