Waive L0 test (#4609)

Signed-off-by: Yiqing Yan <yiqingy@nvidia.com>
This commit is contained in:
Yiqing Yan 2025-05-23 15:54:11 +08:00 committed by GitHub
parent 9ae705af1b
commit 3ca05330f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,6 +123,7 @@ from utils.llm_data import llm_models_root
],
)
def test_build_ad(world_size: Optional[int], config: Dict):
pytest.skip("https://nvbugs/5289305")
simple_config = SimpleConfig(**config)
simple_config.world_size = world_size
simple_config.free_mem_ratio = 0.01 # we don't need the cache and it may cause OOM issues