Skip to content

Commit

Permalink
make the message a bit more helpfull
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtzuster committed Dec 4, 2024
1 parent bd93b1c commit 430c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 430c5f1

Please sign in to comment.