From 8cd4228f545072ed41fc43bd46d88790507d97f4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Sep 2022 16:40:53 +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 d1fb84b30..f9b54ba26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,14 +41,14 @@ matrix: - conda activate #condas - conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses hypothesis expecttest - conda install -y pytorch - - git clone --recursive https://github.com/pytorch/pytorch + - #git clone --recursive https://github.com/pytorch/pytorch - #export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"} - - cd pytorch + - #cd pytorch - #python3 setup.py install - - mv test test.orig - - wget https://www.mkroeker.com/pytorchtest.tbz - - tar jxf pytorchtest.tbz - - cd test + - #mv test test.orig + - wget https://www.mkroeker.com/pytorch.tbz + - tar jxf pytorch.tbz + - 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