Skip to content

Commit 9e2cacd

Browse files
committed
Remove libtorch from travis build
1 parent 7009799 commit 9e2cacd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,13 @@ install:
2323
- chmod +x cmake-3.18.0-Linux-x86_64.sh
2424
- ./cmake-3.18.0-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license
2525
- cmake --version
26-
# libtorch (for neural networks)
27-
- wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcpu.zip
28-
- unzip libtorch-cxx11-abi-shared-with-deps-1.5.1+cpu.zip
29-
3026

3127
script:
3228
- mkdir assets && cd assets
3329
- wget https://github.com/michaeldv/donna_opening_books/raw/master/gm2001.bin
3430
- cd -
3531
- mkdir build && cd build
36-
- cmake -DCMAKE_PREFIX_PATH="$(pwd)/../libtorch" -DCMAKE_BUILD_TYPE=Release ..
32+
- cmake -DCMAKE_BUILD_TYPE=Release ..
3733
- make all
3834
- cd tests/engine; ./engine_tests -d yes; cd -
3935
- cd tests/backend; ./backend_tests -d yes; cd -

0 commit comments

Comments
 (0)