From d679cb2a6b0bf5640b20df701155a4c677ae5a80 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Sep 2022 15:34:43 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a409deb3b..d1fb84b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,9 @@ matrix: - #export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"} - cd pytorch - #python3 setup.py install + - mv test test.orig + - wget https://www.mkroeker.com/pytorchtest.tbz + - tar jxf pytorchtest.tbz - 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