mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[PD Disaggregation] Prefill and decode support cache storage (#6768)
* Prefill and decode support cache storage * up * up * update docs and refine mooncake store * up
This commit is contained in:
@@ -558,8 +558,6 @@ class EngineArgs:
|
||||
|
||||
if not self.tokenizer:
|
||||
self.tokenizer = self.model
|
||||
if self.splitwise_role == "decode":
|
||||
self.enable_prefix_caching = False
|
||||
if (
|
||||
not current_platform.is_cuda()
|
||||
and not current_platform.is_xpu()
|
||||
|
||||
Reference in New Issue
Block a user