-
Notifications
You must be signed in to change notification settings - Fork 438
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
Move ai-edge-model-explorer into devtools/install_requirements.sh #7675
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7675
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
3d394ba
to
a9e98d4
Compare
# This source code is licensed under the BSD-style license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# Conflict: this requires numpy<2 whereas ExecuTorch core requires numpy>=2 |
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.
How does this will work, once ET moves to numpy>=2?
Does Google have a plan to upgrade to a newer numpy?
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.
Asked in google-ai-edge/model-explorer#277
Summary: From top-level requirements, move to devtools/install_requirement.sh instead. ai-edge-model-explorer is too new and currently requires numpy<2 which conflicts with our recent upgrade. Let's not take core dependency on this tool yet.
a9e98d4
to
cca4325
Compare
FYI: @Erik-Lundell |
Summary
From top-level requirements, move to devtools/install_requirement.sh instead.
ai-edge-model-explorer is too new and currently requires numpy<2 (https://github.com/google-ai-edge/model-explorer/blob/main/src/server/package/pyproject.toml#L26) which conflicts with our recent upgrade (#7599)
Let's not take core dependency on this tool yet.
Test Plan
python devtools/visualization/visualization_utils_test.py
make sure error is thrown
run
sh devtools/install_requirement.sh
make sure the script is successfully run.