[CI] Disable gated Llama-2 EAGLE spec tests to unblock Xeon CPU CI (#30995)
This commit is contained in:
@@ -18,7 +18,11 @@ from sglang.test.kits.spec_server_kits import (
|
|||||||
from sglang.test.server_fixtures.spec_eagle_fixture import EagleLlama2Base
|
from sglang.test.server_fixtures.spec_eagle_fixture import EagleLlama2Base
|
||||||
|
|
||||||
# Measured 780s all-green on a 40-core GNR socket (1 launch + 18 methods).
|
# Measured 780s all-green on a 40-core GNR socket (1 launch + 18 methods).
|
||||||
register_cpu_ci(est_time=800, suite="base-b-test-cpu")
|
register_cpu_ci(
|
||||||
|
est_time=800,
|
||||||
|
suite="base-b-test-cpu",
|
||||||
|
disabled="EagleLlama2Base needs gated meta-llama/Llama-2-7b-chat-hf",
|
||||||
|
)
|
||||||
|
|
||||||
_KITS = (
|
_KITS = (
|
||||||
SpecCorrectnessKit,
|
SpecCorrectnessKit,
|
||||||
|
|||||||
@@ -19,7 +19,11 @@ from sglang.test.kits.spec_server_kits import (
|
|||||||
from sglang.test.server_fixtures.spec_eagle_fixture import EagleLlama2Base
|
from sglang.test.server_fixtures.spec_eagle_fixture import EagleLlama2Base
|
||||||
|
|
||||||
# Measured 830s all-green on a 40-core GNR socket (1 launch + 14 methods).
|
# Measured 830s all-green on a 40-core GNR socket (1 launch + 14 methods).
|
||||||
register_cpu_ci(est_time=850, suite="base-b-test-cpu")
|
register_cpu_ci(
|
||||||
|
est_time=850,
|
||||||
|
suite="base-b-test-cpu",
|
||||||
|
disabled="EagleLlama2Base needs gated meta-llama/Llama-2-7b-chat-hf",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class _Core(EagleLlama2Base):
|
class _Core(EagleLlama2Base):
|
||||||
|
|||||||
Reference in New Issue
Block a user