From 430c5f1e98c6e279f981ff722f3f667a784c1fcf Mon Sep 17 00:00:00 2001 From: frederik Date: Wed, 4 Dec 2024 21:52:29 +0100 Subject: [PATCH] make the message a bit more helpfull --- scripts/install_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_helpers.sh b/scripts/install_helpers.sh index daa6421..1a885b3 100644 --- a/scripts/install_helpers.sh +++ b/scripts/install_helpers.sh @@ -28,7 +28,7 @@ get_tf_whl () { WHL=tflite_runtime-2.11.0-cp312-cp312-linux_x86_64.whl ;; *) - echo "No tflite version found" + echo "No tflite version found for ${ARCH}-${PY_VERSION}" WHL='' ;; esac