From b3d6e38b0419efc2b45efac72970666723d8980a Mon Sep 17 00:00:00 2001 From: Jing Jin <8752427+jinjingforever@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:11:29 -0700 Subject: [PATCH] Update tfjs-tflite binary version --- tfjs-tflite/scripts/download-tflite-web-api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-tflite/scripts/download-tflite-web-api.sh b/tfjs-tflite/scripts/download-tflite-web-api.sh index 0a7ec65592f..ad8aec47e28 100755 --- a/tfjs-tflite/scripts/download-tflite-web-api.sh +++ b/tfjs-tflite/scripts/download-tflite-web-api.sh @@ -22,7 +22,7 @@ set -e OUTPUT_DIR="$1" # The default version. -CURRENT_VERSION=0.0.6 +CURRENT_VERSION=0.0.9 # Get the version from the second parameter. # Default to the value in CURRENT_VERSION.