From c0d271d37d708b8d67fe02e2968140b0462bbf55 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 18 Sep 2022 13:40:13 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8537d15e2..d0e38245b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,13 +46,13 @@ matrix: - #cd pytorch - #python3 setup.py install - #mv test test.orig - - wget https://www.mkroeker.com/pytorch.tbz - - tar jxf pytorch.tbz + - wget https://www.mkroeker.com/pytorchsrc.tbz + - tar jxf pytorchsrc.tbz - cd pytorch/build - - rm CMakeCache.txt - - wget https://www.mkroeker.com/CMakeCache.txt - - cd .. - - python3 setup.py install + - #rm CMakeCache.txt + - #wget https://www.mkroeker.com/CMakeCache.txt + - #cd .. + - #python3 setup.py install - cd test - sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py - python3 test_nn.py TestNNDeviceTypeCPU.test_conv_large_cpu