make the message a bit more helpfull

This commit is contained in:
frederik
2024-12-04 21:52:29 +01:00
parent bd93b1c0a5
commit 430c5f1e98
+1 -1
View File
@@ -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