diff --git a/src/integrity_tests/test_azure.py b/src/integrity_tests/test_azure.py index e55bd37..73f6b5e 100644 --- a/src/integrity_tests/test_azure.py +++ b/src/integrity_tests/test_azure.py @@ -94,6 +94,8 @@ def test_gpu_presented(self, data_rows: list[dict]): expected_gpus = { "A100", "A10", + "H100NVL", + "H200", "T4", "V100", }