Change the Inference and Export Google Colabs to !pip install pip==23.3.1 #690
RobertAgee
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Training colab seems to work fine, but I found that the Inference and Model Export colabs are both unable to run with the current packages. All you need to do is change your pip install in the code to
!pip install pip==23.3.1
Basically, pip versions >24 no longer support the prescribed build and I'd rather not figure out if there's another build that works. :)Edit - Adding working copies
Inference Colab
Model Export Colab
Beta Was this translation helpful? Give feedback.
All reactions