chore: change partial_offload field

This commit is contained in:
jialin
2024-09-10 16:33:39 +08:00
parent 93bda622d5
commit 7ba7f57b05
8 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export interface FormData {
gpu_name: string;
};
placement_strategy?: string;
partial_offload?: boolean;
cpu_offloading?: boolean;
worker_selector?: object;
scheduleType?: string;
name: string;