-
Notifications
You must be signed in to change notification settings - Fork 0
Modelplane upgrades #93
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
Conversation
superdosh
commented
Dec 9, 2025
- Upgrade mlflow (needed due to a modelbench pyarrow upgrade)
- Add scripts to validate versions across mlflow dockerfile and poetry env match
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
|
New scripts pass current version. Now will upgrade modelbench / mlflow. |
bkorycki
left a comment
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!
| - name: Install poetry | ||
| run: pipx install "poetry == 1.8.5" | ||
| run: pipx install poetry |
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.
why not specify the version anymore?
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.
We were pinned to a very old version because of some weirdness (in modelbench) that I never fully understood, but I figure that's not necessary here anymore -- I think it was actually driven by modelbench-private? Potentially pinning to some newer version is good, but at least we shouldn't be stuck on 1 if not necessary. Going to leave it open for now!