Skip to content

Commit

Permalink
Update master to track development for 2.10 / r21.05
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier committed Apr 15, 2021
1 parent 4312585 commit e62aeb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TRITON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0dev
2.10.0dev
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# incorrectly load the other version of the openvino libraries.
#
TRITON_VERSION_MAP = {
'2.9.0dev': ('21.04dev', '21.03', '1.7.1', '2021.2.200', '2021.2.200')
'2.10.0dev': ('21.05dev', '21.03', '1.7.1', '2021.2.200', '2021.2.200')
}

EXAMPLE_BACKENDS = ['identity', 'square', 'repeat']
Expand Down

0 comments on commit e62aeb8

Please sign in to comment.