-
Notifications
You must be signed in to change notification settings - Fork 71
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
Moving from Python3.8 to Python 3.11 #811
base: python_upgrades
Are you sure you want to change the base?
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
temporarily changed target branch to main to trigger regression tests. |
Some of the required package versions are only available in python3.11 and the tests are using python3.9 it seems, we might need to change that |
Could you update the tests to use 3.11 in this PR? |
…ce using the corpus_bleu from the main package
…and also using sacrebleu
…x.core.pop instead of variables.pop
Hey Isaac, Also I think we want to disable linting check in the lines that are failing the pylint tests. |
Running Containerized regression tests: https://github.com/mlcommons/algorithmic-efficiency/actions/runs/11934647960 |
@init-22 I'm going to merge this in to a new branch mlcommons/python_upgrades so that I can trigger the tests. Currently the containerized tests on our self-hosted runners can only run branches that are on this repo. Could you pull that branch and make follow up changes on there? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the reason for switching to sacrebleu
?
I haven't reviewed the Dockerfile and all the version updates, the rest LGTM.
algorithmic_efficiency/workloads/imagenet_resnet/imagenet_jax/randaugment.py
Outdated
Show resolved
Hide resolved
@priyakasimbeg Please check the output of pip freeze |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for porting the custom tf addons!
Maybe we can get rid of the sacrebleu
dependency in a follow up PR (to avoid blocking this PR further).
Making the following major changes:
#805