[None][infra] Skip test_eagle3 test with device memory check (#6617)

Signed-off-by: leslie-fang25 <leslief@nvidia.com>
This commit is contained in:
Leslie Fang 2025-08-05 14:36:03 +08:00 committed by GitHub
parent 7625845365
commit 164acfa31e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1955,6 +1955,7 @@ class TestQwen3_8B(LlmapiAccuracyTestHarness):
task = MMLU(self.MODEL_NAME)
task.evaluate(llm)
@pytest.mark.skip_less_device_memory(140000) ## OOM on 80G H100
@parametrize_with_ids("eagle3_one_model", [True, False])
@parametrize_with_ids("enable_chunked_prefill", [False, True])
def test_eagle3(self, enable_chunked_prefill, eagle3_one_model):