-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenv.yaml
43 lines (43 loc) · 1007 Bytes
/
env.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: felix
channels:
- pytorch
- nvidia
- conda-forge
- default
dependencies:
- python=3.10
# Network import; cost model training; SGD utility
- pytorch=2
- pytorch-cuda=12.1
- pytorch-lightning==1.9.3
- tensorboard==2.9.0
- tensorboardx==2.5
# DNN models; DNN import format
- onnx==1.12.0
- torchvision==0.16.2
- transformers==4.36.1
# Data processing tools
- networkx==2.8.4
- numpy==1.22.4
- scipy==1.7.3
- scikit-learn==1.1.3
- pandas==1.4.2
# Expression simplifier
- sympy==1.10.1
# TVM requirement (which it doesn't install)
- xgboost==1.5.0
# Misc tools
- matplotlib==3.8.2
- tqdm==4.62.3
- PyYAML==6.0
# Install nvcc and CUDA headers.
# Everything CUDA on Conda's Nvidia channel have the same CUDA version,
# so we can just use the latest version.
- cuda-nvcc
- cuda-libraries-dev
# Install gcc and g++. See README for why.
# Also nvcc requires g++ to not be too new.
- gxx==11.4.0
- pip
- pip:
- symengine==0.9.2