Update .travis.yml
This commit is contained in:
parent
ce2c21ebcf
commit
c0d271d37d
12
.travis.yml
12
.travis.yml
|
@ -46,13 +46,13 @@ matrix:
|
||||||
- #cd pytorch
|
- #cd pytorch
|
||||||
- #python3 setup.py install
|
- #python3 setup.py install
|
||||||
- #mv test test.orig
|
- #mv test test.orig
|
||||||
- wget https://www.mkroeker.com/pytorch.tbz
|
- wget https://www.mkroeker.com/pytorchsrc.tbz
|
||||||
- tar jxf pytorch.tbz
|
- tar jxf pytorchsrc.tbz
|
||||||
- cd pytorch/build
|
- cd pytorch/build
|
||||||
- rm CMakeCache.txt
|
- #rm CMakeCache.txt
|
||||||
- wget https://www.mkroeker.com/CMakeCache.txt
|
- #wget https://www.mkroeker.com/CMakeCache.txt
|
||||||
- cd ..
|
- #cd ..
|
||||||
- python3 setup.py install
|
- #python3 setup.py install
|
||||||
- cd test
|
- cd test
|
||||||
- sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py
|
- sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py
|
||||||
- python3 test_nn.py TestNNDeviceTypeCPU.test_conv_large_cpu
|
- python3 test_nn.py TestNNDeviceTypeCPU.test_conv_large_cpu
|
||||||
|
|
Loading…
Reference in New Issue