mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Feature] pd support dy-c8 ipc (#5750)
* pd support dy-c8 ipc * update code * support v0 * update code
This commit is contained in:
@@ -380,6 +380,7 @@ class PrefixCacheManager:
|
||||
+ f" --key_cache_shape {key_cache_shape}"
|
||||
+ val_cache_arg_str
|
||||
+ f" --pod_ip {pod_ip}"
|
||||
+ f" --default_dtype '{self.config.model_config.dtype}'"
|
||||
+ f" --cache_queue_port {cache_config.local_cache_queue_port}"
|
||||
+ f" --engine_worker_queue_port {engine_worker_queue_port}"
|
||||
+ f" --protocol {cache_config.cache_transfer_protocol}"
|
||||
|
||||
Reference in New Issue
Block a user