[XPU] Unbreak stage-b: re-add --disable-decode-cuda-graph, quarantine EAGLE3 parity (#30048)
Co-authored-by: arathi-hlab <arathi.rajanraghavendran@intel.com>
This commit is contained in:
co-authored by
arathi-hlab
parent
81735ecf80
commit
850719ebd9
@@ -13,7 +13,12 @@ from sglang.test.kits.spec_server_kits import SpecParityKit
|
||||
from sglang.test.server_fixtures.spec_eagle_fixture import Eagle3Base
|
||||
|
||||
register_cuda_ci(est_time=360, stage="base-b", runner_config="1-gpu-large")
|
||||
register_xpu_ci(est_time=360, stage="stage-b", runner_config="1-gpu-xpu")
|
||||
register_xpu_ci(
|
||||
est_time=360,
|
||||
stage="stage-b",
|
||||
runner_config="1-gpu-xpu",
|
||||
disabled="EAGLE3 numerical parity mismatches on XPU",
|
||||
)
|
||||
|
||||
_is_xpu = is_xpu()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user