-
- Downloads
Remove global setting of LD_LIBRARY_PATH
This change failed to capture the downstream effects of tensorflow installs on CPU that doesn't have the Cuda libraries. The smoke test failed to capture the effect correctly when importing tensorflow on systems that didn't have this global variable set. ``` >>> import tensorflow as tf ```
Please register or sign in to comment