Commit 88d93b75 authored by rusty1s's avatar rusty1s
Browse files

cibw build

parent 6ac105a5
...@@ -4,14 +4,15 @@ sudo: enabled ...@@ -4,14 +4,15 @@ sudo: enabled
python: python:
- 3.6 - 3.6
- 3.7
os: os:
- linux - linux
- windows
env: env:
global: global:
- TORCH_VERSION=1.4.0 - TORCH_VERSION=1.4.0
- CIBW_BUILD=cp36-*
jobs: jobs:
- FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu - FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu
- FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92 - FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92
...@@ -21,6 +22,7 @@ env: ...@@ -21,6 +22,7 @@ env:
jobs: jobs:
include: include:
- os: osx - os: osx
python: 3.6
env: FORCE_CUDA=0 TORCH=${TORCH_VERSION} env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
before_install: before_install:
......
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