Skip to content

Commit

Permalink
Add torch to conda installation (#156)
Browse files Browse the repository at this point in the history
Torch was not listed on Conda yaml when installed
Ran `pip install torch` to install torch and cuda tools
Exported to `environment_Ubuntu20.04.yml`
Copied the changed pip dependencies into other environments
Confirmed that Ubuntu20.04 environment worked by recreating env
Other environments should work accordingly
  • Loading branch information
benjamin-cates authored Jun 30, 2023
1 parent 858714b commit b3e3e43
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 21 deletions.
7 changes: 6 additions & 1 deletion conda_environments/environment_MacOS_BigSur.11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,10 @@ dependencies:
- zipp=3.4.1=pyhd8ed1ab_0
- zlib=1.2.11=h7795811_1010
- zstd=1.4.9=h582d3a0_0
- pip:
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- torch==1.13.1
prefix: /home/jacob/miniconda3/envs/species-id

5 changes: 5 additions & 0 deletions conda_environments/environment_MacOS_BigSur.11.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,13 @@ dependencies:
- jmespath==0.10.0
- mediapipe==0.8.8.1
- numpy==1.21.2
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- opencv-contrib-python==4.5.5.62
- protobuf==3.19.4
- s3transfer==0.5.1
- torch==1.13.1
- typing-extensions==3.10.0.2
prefix: /Users/mugetronblue/opt/anaconda3
5 changes: 5 additions & 0 deletions conda_environments/environment_Ubuntu16.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ dependencies:
- zlib=1.2.11=h7b6447c_3
- pip:
- numpy==1.18.5
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- opt-einsum==3.3.0
- scipy==1.4.1
- tensorflow-estimator==2.3.0
- torch==1.13.1
prefix: /home/jacob/anaconda3/envs/species-id
6 changes: 6 additions & 0 deletions conda_environments/environment_Ubuntu18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,11 @@ dependencies:
- zipp=3.4.1=pyhd8ed1ab_0
- zlib=1.2.11=h516909a_1010
- zstd=1.4.9=ha95c52a_0
- pip:
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- torch==1.13.1
prefix: /home/jacob/miniconda3/envs/species-id

45 changes: 25 additions & 20 deletions conda_environments/environment_Ubuntu20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,24 +201,29 @@ dependencies:
- zlib=1.2.11=h516909a_1010
- zstd=1.4.9=ha95c52a_0
- pip:
- astunparse==1.6.3
- cachetools==5.0.0
- flatbuffers==2.0
- google-auth==2.6.6
- google-auth-oauthlib==0.4.6
- keras==2.8.0
- libclang==14.0.1
- oauthlib==3.2.0
- opt-einsum==3.3.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- requests-oauthlib==1.3.1
- rsa==4.8
- seaborn==0.11.2
- tensorboard==2.8.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorflow==2.8.0
- tensorflow-io-gcs-filesystem==0.25.0
- tf-estimator-nightly==2.8.0.dev2021122109
- astunparse==1.6.3
- cachetools==5.0.0
- flatbuffers==2.0
- google-auth==2.6.6
- google-auth-oauthlib==0.4.6
- keras==2.8.0
- libclang==14.0.1
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- oauthlib==3.2.0
- opt-einsum==3.3.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- requests-oauthlib==1.3.1
- rsa==4.8
- seaborn==0.11.2
- tensorboard==2.8.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorflow==2.8.0
- tensorflow-io-gcs-filesystem==0.25.0
- tf-estimator-nightly==2.8.0.dev2021122109
- torch==1.13.1
prefix: /home/jacob/miniconda3/envs/species-id
5 changes: 5 additions & 0 deletions conda_environments/environment_Windows10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ dependencies:
- google-auth-oauthlib==0.4.6
- keras==2.8.0
- libclang==14.0.1
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- oauthlib==3.2.0
- opt-einsum==3.3.0
- pyasn1==0.4.8
Expand All @@ -188,4 +192,5 @@ dependencies:
- tensorflow==2.8.0
- tensorflow-io-gcs-filesystem==0.25.0
- tf-estimator-nightly==2.8.0.dev2021122109
- torch==1.13.1
prefix: C:\Users\Jacob\miniconda3\envs\species-id
Binary file modified conda_environments/environment_tweety_Windows10.yml
Binary file not shown.
Binary file modified conda_environments/windows_environment_Tweety.yml
Binary file not shown.

0 comments on commit b3e3e43

Please sign in to comment.