-
Notifications
You must be signed in to change notification settings - Fork 536
A simple install command gives everything a user need #7460
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
Labels
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone
Comments
mergennachin
added a commit
that referenced
this issue
Jan 2, 2025
Summary: Now that torchao is not experimental anymore, we can rely on torchao directly via git submodule. Part of #7460
This was referenced Jan 2, 2025
mergennachin
added a commit
that referenced
this issue
Jan 2, 2025
Summary: Now that torchao is not experimental anymore, we can rely on torchao directly via git submodule. Part of #7460
should we remove building ExecuTorch from install_requirements.sh? Building ExecuTorch is not a requirement to build ExecuTorch. :) |
pytorchbot
pushed a commit
that referenced
this issue
Jan 16, 2025
mergennachin
added a commit
that referenced
this issue
Jan 17, 2025
mergennachin
added a commit
that referenced
this issue
Jan 17, 2025
* Install torchao by default (#7470) Summary: Now that torchao is not experimental anymore, we can rely on torchao directly via git submodule. Part of #7460 (cherry picked from commit a861294) * Upgrade numpy version requirement to 2.0 (#7599) Upgrade numpy version requirement to Summary: 1.21 is too old now. For 3.10 or above, we should be able to use 2.0.0 We are already on CoreMLTools 8.1, which is https://github.com/apple/coremltools/blob/8.1/reqs/build.pip We had to upgrade to the latest transformers as well (cherry picked from commit a7b5297) * Update torchtune pin (#7670) (cherry picked from commit a18f6e8) * [Arm] TOSA reference model update * Install release version of torchtune --------- Co-authored-by: Sicheng Stephen Jia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
pip install .
after pulling down all code from github. (not install_requirements.sh, at least not in official releases)That command by default build xnnpack and pybind.
cc @mergennachin @byjlw
The text was updated successfully, but these errors were encountered: