mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Intel HPU] enable kv cache scheduler v1 for hpu (#5648)
* [Intel HPU] enable kv cache scheduler v1 for hpu * fix copilt comments
This commit is contained in:
@@ -540,6 +540,7 @@ class EngineArgs:
|
||||
or current_platform.is_xpu()
|
||||
or current_platform.is_maca()
|
||||
or current_platform.is_iluvatar()
|
||||
or current_platform.is_intel_hpu()
|
||||
):
|
||||
envs.ENABLE_V1_KVCACHE_SCHEDULER = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user