Skip to content

Commit

Permalink
Update cudnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apaszke committed Jul 25, 2017
1 parent aa35be2 commit a0e8328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/setup_helpers/cudnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ def gather_paths(env_vars):

is_conda = 'conda' in sys.version or 'Continuum' in sys.version
conda_dir = os.path.join(os.path.dirname(sys.executable), '..')
if is_conda:
print('Found anaconda, will search for cudnn in conda packages')

WITH_CUDNN = False
CUDNN_LIB_DIR = None
Expand Down

0 comments on commit a0e8328

Please sign in to comment.