Skip to content

Commit a0e8328

Browse files
committed
Update cudnn.py
1 parent aa35be2 commit a0e8328

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/setup_helpers/cudnn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ def gather_paths(env_vars):
1313

1414
is_conda = 'conda' in sys.version or 'Continuum' in sys.version
1515
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')
1816

1917
WITH_CUDNN = False
2018
CUDNN_LIB_DIR = None

0 commit comments

Comments
 (0)