diff options
| author | Tim Rogers <[email protected]> | 2018-11-16 13:24:28 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-16 13:24:28 -0500 |
| commit | 52df8562368a64a578ed1278680621a36ba98a64 (patch) | |
| tree | 3949a1f5600e5e42f7c3365909fb1c6a39ca7187 /.travis.yml | |
| parent | 0265d747b06c18d0a1ee00fb1641032201425c97 (diff) | |
| parent | f9a626f93d891b553c11bb86172b41ccc1deb569 (diff) | |
Merge pull request #81 from deval281shah/dev
Merging changes for cuDNN, Pytorch and checkpoint support
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b38f468..5f9e964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ matrix: - services: docker env: - CONFIG=GTX480 - - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/ - - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/ + - CUDA_INSTALL_PATH=/usr/local/cuda-9.1/ + - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.1/ - services: docker env: - CONFIG=TITANV |
