We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fef50 commit cc5abcaCopy full SHA for cc5abca
1 file changed
gpu/test_gpu.py
@@ -370,10 +370,10 @@ def test_gpu_allocation(self, configuration, master_accelerator,
370
self.verify_instance_spark()
371
372
@parameterized.parameters(
373
-# ("SINGLE", ["m"], GPU_T4, None, "11.8"),
374
- ("STANDARD", ["m"], GPU_T4, None, "12.0"),
375
-# ("STANDARD", ["m", "w-0", "w-1"], GPU_T4, GPU_T4, "12.4"),
376
- ("STANDARD", ["w-0", "w-1"], None, GPU_T4, "11.8"),
+ ("SINGLE", ["m"], GPU_T4, None, "11.8"),
+# ("STANDARD", ["m"], GPU_T4, None, "12.0"),
+ ("STANDARD", ["m", "w-0", "w-1"], GPU_T4, GPU_T4, "12.4"),
+# ("STANDARD", ["w-0", "w-1"], None, GPU_T4, "11.8"),
377
# ("STANDARD", ["w-0", "w-1"], None, GPU_T4, "12.0"),
378
)
379
def test_install_gpu_cuda_nvidia_with_spark_job(self, configuration, machine_suffixes,
0 commit comments