We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0171f commit 77ede8fCopy full SHA for 77ede8f
.travis.yml
@@ -23,10 +23,7 @@ install:
23
- ccache --show-stats
24
- travis_retry pip install --upgrade pip setuptools wheel
25
- travis_retry pip install -r requirements.txt --only-binary=scipy
26
- - git submodule update --init --recursive -- torch/lib/nanopb
27
- - git submodule update --init --recursive -- torch/lib/gloo
28
- - git submodule update --init --recursive -- torch/lib/pybind11
29
- # Purposely excluded ToffeeIR
+ - git submodule update --init --recursive
30
- MAX_JOBS=8 python setup.py install
31
32
addons:
@@ -35,8 +32,6 @@ addons:
35
- ubuntu-toolchain-r-test
36
33
packages:
37
34
- g++-5
38
- - protobuf-compiler
39
- - libprotobuf-dev
40
41
script:
42
- OMP_NUM_THREADS=2 ./test/run_test.sh
0 commit comments