automatically enable tf32 if supported (#3473) [skip ci]
* automatically enable tf32 if supported * update fixtures * handle only when True * Address CR comments * address readability from pr comment * simplify
This commit is contained in:
@@ -68,6 +68,7 @@ class TestValidationCheckDatasetConfig(BaseValidation):
|
||||
cfg,
|
||||
capabilities={
|
||||
"bf16": "false",
|
||||
"tf32": "false",
|
||||
"n_gpu": 1,
|
||||
"compute_capability": "8.0",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user