Browse Source

Update .travis.yml

pull/3759/head
Martin Kroeker GitHub 3 years ago
parent
commit
4d71a53399
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -48,12 +48,12 @@ matrix:
- #mv test test.orig
- wget -q https://www.mkroeker.com/pytorchsrc.tbz
- tar jxf pytorchsrc.tbz
- cd pytorch/build
- #cd pytorch/build
- #rm CMakeCache.txt
- #wget https://www.mkroeker.com/CMakeCache.txt
- #cd ..
- #python3 setup.py install
- cd test
- cd pytorch/test
- sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py
- python3 test_nn.py TestNNDeviceTypeCPU.test_conv_large_cpu
- cp ../../libopenblas.so $HOME/conda/lib


Loading…
Cancel
Save