You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ ARG TRITON_ENABLE_MALI_GPU=ON
50
50
ARG TFLITE_ENABLE_RUY=ON
51
51
ARG TFLITE_BAZEL_BUILD=OFF
52
52
ARG TFLITE_ENABLE_FLEX_OPS=OFF
53
-
ARG TFLITE_TAG=v2.4.1
54
-
ARGARMNN_TAG=v22.08
53
+
ARG TFLITE_TAG=v2.10.0
54
+
ARGARMNN_VERSION=23.02
55
55
ARG ARMNN_DELEGATE_ENABLE=ON
56
-
ARGACL_TAG=${ARMNN_TAG}
56
+
ARGACL_VERSION=${ARMNN_VERSION}
57
57
58
58
# Install Bazel from source
59
59
RUN if [ "$TFLITE_BAZEL_BUILD" = "ON" ]; then wget -O bazel-3.1.0-dist.zip https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-dist.zip && \
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ but the listed CMake argument can be used to override.
49
49
You can update the version pins for TFLite, [ArmNN](https://github.com/ARM-software/armnn) and [Flatbuffers](https://github.com/google/flatbuffers)) using the following CMake arguments:
The layout for your model repoitory remains the exact same as for other standard triton backends. Your model name should be set to `model.tflite`. An example model repository layout for ssd_mobilenetv1_coco is shown below:
0 commit comments