[Diffusion] [NPU] [CI] fix CI performance (#19486)

This commit is contained in:
Makcum888e
2026-02-27 18:23:02 +03:00
committed by GitHub
parent d2885a9094
commit b1249ac909
2 changed files with 6 additions and 1 deletions
@@ -124,3 +124,8 @@ class NPUPlatformBase(Platform):
@classmethod
def get_device_communicator_cls(cls) -> str:
return "sglang.multimodal_gen.runtime.distributed.device_communicators.cuda_communicator.CudaCommunicator" # noqa
@classmethod
def enable_dit_layerwise_offload_for_wan_by_default(cls) -> bool:
"""The performance of the layerwise_offload feature depends on the device's memory size and the memory size occupied by the model. Use --dit-layerwise-offload True if it suitable for your case."""
return False
@@ -12,7 +12,7 @@
"LatentPreparationStage": 0.25,
"TimestepPreparationStage": 2.9,
"DenoisingStage": 26188.0,
"DecodingStage": 142.03,
"DecodingStage": 320.03,
"per_frame_generation": null
},
"denoise_step_ms": {