- 16 Nov, 2019 1 commit
-
-
Cody Hao Yu committed
-
- 14 Nov, 2019 1 commit
-
-
* [DOCKER] Add ONNX runtime dep * Improve ci script
Tianqi Chen committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 31 Oct, 2019 1 commit
-
-
* [CI] Update the ci-gpu to use cuda10 * [CI] Enforce tensorcore gpu for unittest
Tianqi Chen committed
-
- 18 Oct, 2019 1 commit
-
-
Tianqi Chen committed
-
- 17 Oct, 2019 1 commit
-
-
The existing sequence of pip install commands fetches and installs torch==1.0.1.post2 then fetches an unpinned version of torchvision, recent torchvision packages hardwire the specific torch version they depend on, the overall effect is that we install a pinned torch version then replace it with whatever version the torchvision package depends on. The most recent torchvision==0.4.1 package results in some test case failures. This patch pins torchvision back to 0.4.0, the most recent version that the test suite worked. Removing the explicit torch install because it is implied and pinned as dependency of torchvision. Change-Id: Ib30bf6aed79ff130ea15ef5134fefb0508790574
Marcus Shawcroft committed
-
- 10 Oct, 2019 1 commit
-
-
The torch package depends on the future package but the torch wheel does not expose that dependency resulting in an inconsitent install. Ideally the wheel should declare all of its dependencies, I'm not sure why the packagers have choosen not to do this, for now the simple work around is to explicitly install the future package. Change-Id: Ic9f0f4bb4c78ab65706fc1b20c1b4fd287856a9e
Marcus Shawcroft committed
-
- 27 Sep, 2019 1 commit
-
-
Tianqi Chen committed
-
- 08 Sep, 2019 1 commit
-
-
雾雨魔理沙 committed
-
- 23 Aug, 2019 1 commit
-
-
Fixed repo change for llvm-9 to resolve missing dependency issue when building images with llvm enabled (#3826)
tristan-arm committed
-
- 08 Aug, 2019 1 commit
-
-
* [DOCKER] Fix missing apt https transport support * [DOCKER] Drop superflous explicit sudo's
Marcus Shawcroft committed
-
- 07 Aug, 2019 2 commits
-
-
Nick Hynes committed
-
Thierry Moreau committed
-
- 02 Aug, 2019 1 commit
-
-
* add dgl to docker file * add dgl to docker file
Yulun Yao committed
-
- 22 Jul, 2019 1 commit
-
-
* [RFC] Initial support for Tflite operator SPLIT This patch adds initial support for the tflite operator split. However I am not yet sure how to handle the axis parameter for the split operator and support it in the test infrastructure. Putting this up for an initial review and comment. The split operator in tflite according to https://www.tensorflow.org/lite/guide/ops_compatibility appears to take num_or_size_split as a 0D tensor. I also note that tflite.split is one of the few operators that returns multiple outputs and thus the helper routines in the tests needed some massaging to make this work. @apivarov , could you please review this ? Thanks, Ramana * Fix the axis parameter Add more tests * Address review comments * Try out frozen_gene's suggestion * Handle split of 1 element * int32 is only supported in tflite 1.14, let's check that version here. * Keep this at python3.5 * Add packaging as a python package to be installed
Ramana Radhakrishnan committed
-
- 21 Jul, 2019 1 commit
-
-
Tianqi Chen committed
-
- 18 Jul, 2019 1 commit
-
-
* Support additional architectures beyond x86_64 in ubuntu_install_java While attempting to get a development environment going for TVM on my AArch64 desktop I ran into some hardcoding of relevant architectures.
Ramana Radhakrishnan committed
-
- 10 Jul, 2019 1 commit
-
-
http://www.trieuvan.com/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz gives a 404 so point the installer at archive.apache.org hopefull that is more reliable.
Marcus Shawcroft committed
-
- 04 Jul, 2019 1 commit
-
-
Needed for: - https://github.com/dmlc/tvm/blob/287078c33db85d4f312d8d2457a064442d9d18c3/tutorials/frontend/deploy_model_on_android.py#L30 - https://github.com/dmlc/tvm/blob/287078c33db85d4f312d8d2457a064442d9d18c3/tutorials/frontend/deploy_model_on_android.py#L37 - https://github.com/dmlc/tvm/blob/287078c33db85d4f312d8d2457a064442d9d18c3/python/tvm/contrib/download.py#L58
Ruslan Baratov committed
-
- 30 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 18 Jun, 2019 1 commit
-
-
* [CI] Update ci-gpu to v0.52 * update nodejs
Tianqi Chen committed
-
- 13 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 04 Jun, 2019 1 commit
-
-
Jared Roesch committed
-
- 28 Apr, 2019 1 commit
-
-
Tianqi Chen committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 24 Mar, 2019 1 commit
-
-
Nick Hynes committed
-
- 23 Mar, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 19 Mar, 2019 2 commits
-
-
Nick Hynes committed
-
This patch reverts one of my earlier patches (squashed in #2710) to reduce bandwidth requirements of git clone, in this particular case we are checking out a specific hash rather than a tag or branch name. The --branch option to git clone permits tags or branches but does not permit a specific hash.
Marcus Shawcroft committed
-
- 15 Mar, 2019 1 commit
-
-
git clone --branch=xxx won't take a hash, switch from the hash to the tag that represents that hash.
Marcus Shawcroft committed
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 04 Mar, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 01 Mar, 2019 2 commits
-
-
* [DOCKER] Make all install .sh scripts directly executable. * [DOCKER] Use curl -L consistently. Make the use of the curl -L option in docker build scripts consistent. * [DOCKER] Drop use of --force-yes The --force-yes option is generally not recommend, it can leave systems in an undefined state. The use of --allow-* options is preferred. In this particular case the --force-yes option appears to serve no purpose. Dropping it. * [DOCKER] Drop superflous repeated apt-get update. The "apt-get update && apt-get install" idiom is necessary and specific to Dockerfile. In shell the repeated apt-get update is superflous. Drop the duplicates. * [DOCKER] Robustness -e -u -o pipefail The install scripts used to construct docker environments do not, in general, propagate errors. Some of the scripts use adhoc && directives to chain together short sequences of commands but there are numerous failure modes which are silently ignored. This patch puts in place some consistent, basic, shell error trapping across all of the install scripts. Note this is a step forward towards more robust scripts but it is not a complete solution. * [DOCKER] Shallow clone. Use shallow clone to reduce bandwidth requirements of repeated docker (re)-builds. * [DOCKER] Use clone --branch rather than clone then checkout Use the git clone --branch idiom rather than git clone && git checkout. This paves the way for using --depth=1
Marcus Shawcroft committed -
Marcus Shawcroft committed
-
- 28 Feb, 2019 1 commit
-
-
* [DOCKER] Switch from yes|apt-get to apt-get -y The yes | apt-get idom guarantees that the 'yes' process always exists with exit code 141 (pipe broken). This is fine while the script generally ignores failures but won't work when the script behaviour is tightened to robustly catch errors. * [DOCKER] Turn down the wget/curl volume
Marcus Shawcroft committed
-
- 02 Feb, 2019 1 commit
-
-
* [Relay][Frontend] Add Caffe2 Support * [Relay][Frontend] Add Caffe2 Support (fix unsed import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix model install and reflect code reviews) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 frontend import) * [Relay][Frontend] Add Caffe2 Support (rename function name in test_forward) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Doc] Caffe2 frontend tutorial * [Doc] Caffe2 frontend tutorial * [Doc] Caffe2 frontend tutorial * [Relay][Frontend] Add Caffe2 Support (remove unsed file)
Hiroyuki Makino committed
-
- 01 Feb, 2019 1 commit
-
-
Nick Hynes committed
-
- 30 Jan, 2019 1 commit
-
-
* [Relay][Frontend] Add CoreML Support * pip install six in CI * remove triggering nnvm coreml test * set opt_level=2 for nnvm coreml test case
Yizhi Liu committed
-
- 19 Jan, 2019 1 commit
-
-
Yao Wang committed
-
- 15 Jan, 2019 1 commit
-
-
Tianqi Chen committed
-