[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:
fmiao2372
2025-12-19 12:03:39 +08:00
committed by GitHub
parent fc452c8e29
commit a8fce47195
6 changed files with 156 additions and 17 deletions

View File

@@ -979,6 +979,7 @@ def initialize_fd_config(args, ranks: int = 1, local_rank: int = 0) -> FDConfig:
or current_platform.is_xpu()
or current_platform.is_maca()
or current_platform.is_iluvatar()
or current_platform.is_intel_hpu()
):
logger.info("Set ENABLE_V1_KVCACHE_SCHEDULER to 0 due to not supported.")
envs.ENABLE_V1_KVCACHE_SCHEDULER = 0