Skip to content

Commit d8719aa

Browse files
committed
update fd config (#4760)
1 parent dc0075e commit d8719aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlex/inference/genai/configs/paddleocr_vl_09b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_config(backend):
2020
"max-model-len": 16384,
2121
"max-num-batched-tokens": 16384,
2222
"max-num-seqs": 256,
23-
"workers": 2,
23+
"workers": 4,
2424
"graph-optimization-config": '{"graph_opt_level":0, "use_cudagraph":true}',
2525
}
2626
elif backend == "vllm":

0 commit comments

Comments
 (0)