We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53e49b commit 80d4ce5Copy full SHA for 80d4ce5
engine.py
@@ -2,7 +2,7 @@
2
3
import os
4
5
-os.environ["FLAGS_USE_SYSTEM_ALLOCATOR"] = "1"
+os.environ["FLAGS_use_system_allocator"] = "1"
6
os.environ["NVIDIA_TF32_OVERRIDE"] = "0"
7
8
import argparse
engineV2.py
@@ -39,7 +39,7 @@
39
40
from tester.api_config.log_writer import *
41
42
43
44
45
VALID_TEST_ARGS = {
0 commit comments