"vscode:/vscode.git/clone" did not exist on "74042bf65f3a580b996e2af7ebc70633bdbc19bb"
Commit 05cfb159 authored by rusty1s's avatar rusty1s
Browse files

update

parent f9c13548
...@@ -3,6 +3,7 @@ language: shell ...@@ -3,6 +3,7 @@ language: shell
env: env:
global: global:
- TORCH_VERSION=1.4.0 - TORCH_VERSION=1.4.0
- CUDA_HOME=/usr/local/cuda
# 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
...@@ -95,7 +96,7 @@ jobs: ...@@ -95,7 +96,7 @@ jobs:
# - choco install python --version 3.7.6 # - choco install python --version 3.7.6
install: install:
- source script/install.sh # - source script/install.sh
- source script/conda.sh - source script/conda.sh
- conda create --yes -n test python=3.7.6 - conda create --yes -n test python=3.7.6
- source activate test - source activate test
......
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