Commit 453eec97 authored by rusty1s's avatar rusty1s
Browse files

update

parent 10592cb5
...@@ -9,6 +9,7 @@ matrix: ...@@ -9,6 +9,7 @@ matrix:
include: include:
- name: Linux/CUDA 9.2 - name: Linux/CUDA 9.2
env: env:
- FORCE_CUDA=1
- CUDA=9.2.148-1 - CUDA=9.2.148-1
- CUDA_SHORT=9.2 - CUDA_SHORT=9.2
- UBUNTU_VERSION=ubuntu1604 - UBUNTU_VERSION=ubuntu1604
...@@ -28,7 +29,7 @@ before_install: ...@@ -28,7 +29,7 @@ before_install:
install: install:
- pip install numpy - pip install numpy
- pip install torch==1.4.0+cu92 torchvision==0.5.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html - pip install torch==1.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
script: script:
- nvcc --version - nvcc --version
......
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