Skip to content

Commit

Permalink
update from bleepblop
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Dec 16, 2023
1 parent 6362b1e commit a056d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tensorflow/check_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a056d4f

Please sign in to comment.