-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
working with python 3.12 #2143
working with python 3.12 #2143
Conversation
@johnnynunez nice! |
This looks promising for fixing #1846. However, additional changes will be necessary to support Python 3.12 (#2143). We'll need to update the versions of TensorFlow and PyTorch we use for testing. We'll need to use versions that support Python 3.12. |
tensorflow is only supporting on nightly version. |
tensorflow is now compatible with python 3.12 |
@johnnynunez - yes, the first release candidate for TensorFlow 2.16.0 does have 3.12 wheels. I think we'll need to wait at least until the TensorFlow's official 2.16 release before we move forward with 3.12 support. |
I'm agree |
@TobyRoseman @glenn-jocher tensorflow 2.16.1 is out compatible with Python 3.12. |
@johnnynunez thanks! Unfortunately https://github.com/ultralytics/ultralytics is constrained by The tflite-support repo appears to be no longer maintained by Google, and we don't see any alternative for attaching metadata to our exported YOLOv8 TFLite models. |
I don't think the |
Fix #2129 and #1846