Commit fb80b669 authored by rusty1s's avatar rusty1s
Browse files

test torchvision

parent deeebdfe
...@@ -65,17 +65,19 @@ jobs: ...@@ -65,17 +65,19 @@ jobs:
- PATH=/c/Python37:/c/Python37/Scripts:$PATH - PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install: before_install:
- choco install python --version 3.7.6 - choco install python --version 3.7.6
- name: windows/cu92 - git clone https://github.com/pytorch/vision
os: windows - cd vision && python.setup.py install
language: shell # - name: windows/cu92
env: # os: windows
- FORCE_CUDA=1 # language: shell
- CUDA_SHORT=9.2 # env:
- CUDA=9.2.148 # - FORCE_CUDA=1
- TORCH=${TORCH_VERSION}+92 # - CUDA_SHORT=9.2
- PATH=/c/Python37:/c/Python37/Scripts:$PATH # - CUDA=9.2.148
before_install: # - TORCH=${TORCH_VERSION}+92
- choco install python --version 3.7.6 # - PATH=/c/Python37:/c/Python37/Scripts:$PATH
# before_install:
# - choco install python --version 3.7.6
# - name: windows/cu100 # - name: windows/cu100
# os: windows # os: windows
# language: shell # language: shell
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment