Skip to content

Commit

Permalink
Update master to track development for 2.8.0 / r21.03 (triton-inferen…
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier authored Jan 29, 2021
1 parent 65479db commit 317b47c
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.7.0dev
2.8.0dev
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# ORT version,
# ORT openvino version (use None to disable openvino)
# )
TRITON_VERSION_MAP = {'2.7.0dev': ('21.02dev', '20.12', '1.6.0', '2021.1')}
TRITON_VERSION_MAP = {'2.8.0dev': ('21.03dev', '20.12', '1.6.0', '2021.1')}

EXAMPLE_BACKENDS = ['identity', 'square', 'repeat']
CORE_BACKENDS = ['tensorrt', 'custom', 'ensemble']
Expand Down

0 comments on commit 317b47c

Please sign in to comment.