torch_gpu.yml 244 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: pytorch-ci
channels:
  - pytorch
dependencies:
  - python = 3.6
  - pytorch = 1.0.1
  - cudatoolkit = 9.2
  - pip
  - torchvision
  - nose
  - numpy
  - cython
  - scipy
  - networkx
  - matplotlib
  - nltk
  - requests[security]
  - tqdm