Skip to content

Commit 340ec58

Browse files
authored
Add files via upload
Adding the Conda environment
1 parent be2b00e commit 340ec58

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

A100_env.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: GPytorch
2+
channels:
3+
- pytorch
4+
- defaults
5+
- conda-forge
6+
dependencies:
7+
- python==3.7.*
8+
- pip
9+
- numpy
10+
- tqdm
11+
- h5py
12+
- magma-cuda110
13+
- cudatoolkit=11.0
14+
- pytorch=1.7.1
15+
- tensorboard
16+
- scikit-learn
17+
- boto3
18+
- requests
19+
- six
20+
- nltk
21+
- html2text
22+
- progressbar
23+
- pandas
24+
- matplotlib

0 commit comments

Comments
 (0)