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
@@ -263,7 +263,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
replicas: 1,
source: props.source,
placement_strategy: 'spread',
partial_offload: false,
cpu_offloading: false,
scheduleType: 'auto',
distributed_inference_across_workers: false
}}