chore: update extended_kv_cache config

This commit is contained in:
jialin
2025-10-31 15:03:23 +08:00
parent f6a3497b0c
commit 2006827968
7 changed files with 74 additions and 36 deletions
+3 -3
View File
@@ -368,9 +368,9 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
distributed_inference_across_workers: true,
extended_kv_cache: {
enabled: false,
chunk_size: 256,
max_local_cpu_size: 10,
remote_url: ''
chunk_size: null,
ram_ratio: 1.2,
ram_size: null
},
...initialValues
}}