Skip to content

Commit

Permalink
⬆️ Cudatoolkit10 ➖ cudnn 📌 cupy-cuda100
Browse files Browse the repository at this point in the history
Upgrading cudatoolkit from 9.2 to 10.0, remove cudnn (since it's actually bundled in CuPy's wheel...) and also change from cupy-cuda92 to cupy-cuda100. Taking advantage of some new Tesla V100 GPUs :D
  • Loading branch information
weiji14 committed Mar 15, 2019
1 parent bd18b60 commit 7e91dbc
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 88 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
black = "==18.9b0"
chainer = "==6.0.0b2"
comet-ml = "==1.0.46"
cupy-cuda92 = "==6.0.0b2"
cupy-cuda100 = "==6.0.0b2"
cython = "==0.29.2"
descartes = "==1.1.0"
geopandas = {editable = true, ref = "0.4.0-26-g9e584cc", git = "https://github.com/geopandas/geopandas.git"}
Expand Down
180 changes: 95 additions & 85 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ channels:
- conda-forge
- nodefaults
dependencies:
- defaults::cudnn=7.2.1[md5=6a84069dcf4aca8ba9493d3cb320090e]
- hcc::cuda_driver=410.73[md5=941787b750b372f4a240287634589d24]
- defaults::cudatoolkit=9.2[md5=f81c96e01ccb9028800101b35e71b844]
- defaults::cudatoolkit=10.0[md5=4388ad6015992501b042eea5197eb447]
- pip=18.1[md5=d68c7e5109ba0bf4b1cfe60f0f47870a]
- conda-forge::python=3.6.6[md5=fe9f54422cdaf8779147b6a02cab2dd1]
- pip:
Expand Down

0 comments on commit 7e91dbc

Please sign in to comment.