Skip to content

Commit 9a9997f

Browse files
authored
Remove unused TensorFlow env var (#45065)
Remove extra Tensorflow env flag
1 parent ecdf95c commit 9a9997f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

utils/print_env.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717

1818
# this script dumps information about the environment
1919

20-
import os
2120
import sys
2221

2322
import transformers
2423
from transformers import is_torch_hpu_available, is_torch_xpu_available
2524

2625

27-
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
28-
2926
print("Python version:", sys.version)
3027
print("transformers version:", transformers.__version__)
3128

0 commit comments

Comments
 (0)