From a056d4f9fd0ae3b403d9448ec5af83518c276747 Mon Sep 17 00:00:00 2001 From: David Cottrell Date: Sat, 16 Dec 2023 20:29:40 +0000 Subject: [PATCH] update from bleepblop --- tensorflow/check_gpu.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tensorflow/check_gpu.py b/tensorflow/check_gpu.py index 3f23ed41..96e42ae3 100755 --- a/tensorflow/check_gpu.py +++ b/tensorflow/check_gpu.py @@ -5,7 +5,9 @@ import os -print(f'NOTE: LD_LIBRARY_PATH={os.environ["LD_LIBRARY_PATH"]} ... 2023-08-04 you needed this as in the comment in this file') +# NOTE: 2023-12-16 you no longer needed. +# +# print(f'NOTE: LD_LIBRARY_PATH={os.environ["LD_LIBRARY_PATH"]} ... 2023-08-04 you needed this as in the comment in this file') # NOTE: 2023-08-04 # ~/anaconda3/envs/3.11.0/lib/:~/anaconda3/envs/3.11.0/lib/python3.11/site-packages/nvidia/cudnn/lib:~/anaconda3/envs/3.11.0/lib/:~/anaconda3/envs/3.11.0/lib/python3.11/site-packages/nvidia/cudnn/lib: # ... see bashrc and bash profile and log notes