Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 7c0f462

Browse files
author
DEKHTIARJonathan
committed
[Benchmarking-Py] Removing os.environ["TF_CPP_MIN_LOG_LEVEL"] = "2"
1 parent f7571a2 commit 7c0f462

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tftrt/benchmarking-python/benchmark_runner.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ def __init__(self, args):
8181
logging.info("[Benchmark] - Deactivating the use of TF32 format")
8282
os.environ["NVIDIA_TF32_OVERRIDE"] = "0"
8383

84-
# Hide unnecessary INFO CPP Logs
85-
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "2"
86-
8784
# Hide unnecessary TensorFlow DEBUG Python Logs
8885
_logging.getLogger("tensorflow").setLevel(_logging.INFO)
8986
_logging.disable(_logging.WARNING)

0 commit comments

Comments
 (0)