Skip to content

Commit

Permalink
Update the mainline to include Release 1.6.0 rc (#298)
Browse files Browse the repository at this point in the history
* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Update TVM commit to release-1.6.0-rc

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Update TVM commit to include [TensorFlow] Support NonMaxSuppressionV5

* Trivial version update mention

* Update TVM repo to include Support for Dynamic batch size for Dense, Conv, Conv_transpose

* Update TVM submodule to include PR#173

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Update TVM commit to release-1.6.0-rc

* Update TVM commit to include [TensorFlow] Support NonMaxSuppressionV5

* Trivial version update mention

* Update TVM repo to include Support for Dynamic batch size for Dense, Conv, Conv_transpose

* Update TVM submodule to include PR#173

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Trivial version update mention

* Update TVM repo to include Support for Dynamic batch size for Dense, Conv, Conv_transpose

* Update TVM submodule to include PR#173

* Update TVM repo to include #177 and #6912

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Trivial version update mention

* Update TVM repo to include Support for Dynamic batch size for Dense, Conv, Conv_transpose

* Update TVM submodule to include PR#173

* Initial Release 1.6.0 Changes

* Update TVM repo to include #177 and #6912

* Update TVM repo to include #178

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Initial Release 1.6.0 Changes

* Trivial version update mention

* Update TVM repo to include Support for Dynamic batch size for Dense, Conv, Conv_transpose

* Update TVM submodule to include PR#173

* Initial Release 1.6.0 Changes

* Update TVM repo to include #177 and #6912

* Initial Release 1.6.0 Changes

Co-authored-by: Tushar Dey <tshdy@amazon.com>
  • Loading branch information
TusharKanekiDey and Tushar Dey authored Nov 30, 2020
1 parent 097c74b commit 7a6678a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion include/dlr.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern "C" { // Open extern "C" block
/*! \brief major version */
#define DLR_MAJOR 1
/*! \brief minor version */
#define DLR_MINOR 5
#define DLR_MINOR 6
/*! \brief patch version */
#define DLR_PATCH 0
/*! \brief DLR version */
Expand Down
2 changes: 1 addition & 1 deletion python/dlr/metadata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NAME = ['DLRModel']

VERSION = "1.5.0"
VERSION = "1.6.0"
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dlc_version": "1.5.0",
"dlc_version": "1.6.0",
"commit_ids": {
"neo-ai/tvm": "a75c8ad2bad44f670bbc32be4cf4db7028fe75dd",
"neo-ai/tvm": "adb14fd3fb035436971ab0081dfaf1fb813e0f44",
"neo-ai/treelite": "38964865d624048d1a432af2763ee1dcdbe3ce5d"
}
}
}

0 comments on commit 7a6678a

Please sign in to comment.