File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3127script :
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 -
You can’t perform that action at this time.
0 commit comments