There was an error while loading. Please reload this page.
1 parent aa35be2 commit a0e8328Copy full SHA for a0e8328
tools/setup_helpers/cudnn.py
@@ -13,8 +13,6 @@ def gather_paths(env_vars):
13
14
is_conda = 'conda' in sys.version or 'Continuum' in sys.version
15
conda_dir = os.path.join(os.path.dirname(sys.executable), '..')
16
-if is_conda:
17
- print('Found anaconda, will search for cudnn in conda packages')
18
19
WITH_CUDNN = False
20
CUDNN_LIB_DIR = None
0 commit comments