-
Notifications
You must be signed in to change notification settings - Fork 2.5k
PyTorch 2.7 update #7286
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
PyTorch 2.7 update #7286
Conversation
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
fix CI yml errors Use pyenv python to avoid conda libstdc++ incompatibility NPROC=`nproc`+2
I consider to be better PR that some changes are in my big PR. You can analyze them and copy to this PR:
EXTRA: |
Fixes to building docs and macOS Intel wheel.
python test dependency version updates TF test error fix
use ss/torch27 ML branch. style cudart
Use env vars to prevent ml_ops testing in Intel macOS allclose() in tensorboard test
Remaining CI issues:
Type
Motivation and Context
Checklist:
python util/check_style.py --apply
to apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description