[diffusion] CI: remove mova ulysses two-gpu CI case (#39097)
Co-authored-by: Mick Qian <mickqian@users.noreply.github.com>
This commit is contained in:
@@ -1041,16 +1041,6 @@ TWO_GPU_CASES = [
|
|||||||
),
|
),
|
||||||
run_perf_check=False,
|
run_perf_check=False,
|
||||||
),
|
),
|
||||||
DiffusionTestCase(
|
|
||||||
"mova_360p_ring1_uly2",
|
|
||||||
DiffusionServerArgs(
|
|
||||||
model_path=DEFAULT_MOVA_360P_MODEL_NAME_FOR_TEST,
|
|
||||||
ring_degree=1,
|
|
||||||
ulysses_degree=2,
|
|
||||||
dit_layerwise_offload=True,
|
|
||||||
),
|
|
||||||
run_perf_check=False,
|
|
||||||
),
|
|
||||||
DiffusionTestCase(
|
DiffusionTestCase(
|
||||||
"ltx_2_two_stage_t2v",
|
"ltx_2_two_stage_t2v",
|
||||||
DiffusionServerArgs(
|
DiffusionServerArgs(
|
||||||
|
|||||||
@@ -3150,14 +3150,6 @@
|
|||||||
"expected_median_denoise_ms": 0.0,
|
"expected_median_denoise_ms": 0.0,
|
||||||
"estimated_full_test_time_s": 141.9
|
"estimated_full_test_time_s": 141.9
|
||||||
},
|
},
|
||||||
"mova_360p_ring1_uly2": {
|
|
||||||
"stages_ms": {},
|
|
||||||
"denoise_step_ms": {},
|
|
||||||
"expected_e2e_ms": 0.0,
|
|
||||||
"expected_avg_denoise_ms": 0.0,
|
|
||||||
"expected_median_denoise_ms": 0.0,
|
|
||||||
"estimated_full_test_time_s": 211.8
|
|
||||||
},
|
|
||||||
"zimage_image_t2i_2_gpus_non_square": {
|
"zimage_image_t2i_2_gpus_non_square": {
|
||||||
"stages_ms": {
|
"stages_ms": {
|
||||||
"InputValidationStage": 0.04,
|
"InputValidationStage": 0.04,
|
||||||
|
|||||||
@@ -286,17 +286,6 @@ SKIP_COMPONENTS: Dict[str, Dict[ComponentType, ComponentSkip]] = {
|
|||||||
"Text encoder diverges from HF baseline in 2-GPU accuracy run (CosSim ~0.31) after 100% matched weight transfer"
|
"Text encoder diverges from HF baseline in 2-GPU accuracy run (CosSim ~0.31) after 100% matched weight transfer"
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
"mova_360p_ring1_uly2": {
|
|
||||||
ComponentType.VAE: ComponentSkip(
|
|
||||||
"Representative MOVA VAE accuracy is covered by mova_360p_tp2; ring/ulysses topology does not exercise a distinct VAE component"
|
|
||||||
),
|
|
||||||
ComponentType.TRANSFORMER: ComponentSkip(
|
|
||||||
"HF reference transformer cannot be materialized from the MOVA video_dit repo layout"
|
|
||||||
),
|
|
||||||
ComponentType.TEXT_ENCODER: ComponentSkip(
|
|
||||||
"Text encoder diverges from HF baseline in 2-GPU accuracy run (CosSim ~0.31) after 100% matched weight transfer"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
"flux_image_t2i_2_gpus": {
|
"flux_image_t2i_2_gpus": {
|
||||||
ComponentType.TEXT_ENCODER: ComponentSkip(
|
ComponentType.TEXT_ENCODER: ComponentSkip(
|
||||||
"Text encoder diverges from HF baseline in 2-GPU accuracy run (CosSim ~0.47) after 100% matched weight transfer"
|
"Text encoder diverges from HF baseline in 2-GPU accuracy run (CosSim ~0.47) after 100% matched weight transfer"
|
||||||
|
|||||||
Reference in New Issue
Block a user