Skip to content
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

Upgrade to python 3.11 and TensorFlow 2.15.X #1170

Merged
merged 5 commits into from
Mar 27, 2024

Conversation

DocGarbanzo
Copy link
Contributor

Upgrade Python and TensorFlow

After upgrading of the default Raspberry Pi OS version to bookworm which is using Python 3.11 as system python version we need to lock into that upgrade for Donkey Car. The changes here consist of:

  • Upgrading the CI to use python 3.11: the CI now runs about twice as fast as before
  • Upgrading and unfreezing certain python package in setup.cfg as they were tagging too old versions
  • Fixing minor compatibility issues in the pytorch, telemetry and ui code as a consequence of above package upgrades

The python upgrade is improving performance by a measurable amount because 3.11 has a much faster Cpython implementation than 3.9.

Copy link
Contributor

@zlite zlite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DocGarbanzo DocGarbanzo merged commit 0b39ebe into autorope:main Mar 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants