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
{{ message }}
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Hello, I already posted this same question on the mailing list but without any feedback, so after a few months later I want to post it here even though is not an issue per se.
I need to update the TensorFlow version that Graphene install for default for the EXAMPLE/tensor-flow-lite example. It install TF v1.9, and I want to update it to 2.4.
So, can this be done? I can see that the Makefile specifies a variable where the version to install is stored along with the corresponding SHA signature, so my idea is simply updating the version variable and the corresponding SHA signature.
Any ideas for updating the TensorFlow version that the EXAMPLE/tensor-flow-lite installs??
Best regards,