-
Notifications
You must be signed in to change notification settings - Fork 228
Update nightly wheel build numpy to 2.0 #1747
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
* Update wheel build numpy to 2.0 * aarch64
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.
Sound good!
if "%DESIRED_PYTHON%" == "3.12" pip install -q --pre numpy==2.0.0b1 protobuf | ||
if "%DESIRED_PYTHON%" == "3.11" pip install -q --pre numpy==2.0.0b1 protobuf | ||
if "%DESIRED_PYTHON%" == "3.10" pip install -q --pre numpy==2.0.0b1 protobuf | ||
if "%DESIRED_PYTHON%" == "3.9" pip install -q --pre numpy==2.0.0b1 protobuf |
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.
nit: maybe we can make this an else to avoid having the same lines multiple times?
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.
Unfortunately this is windows limitation, see: https://superuser.com/questions/1641210/multiple-if-else-conditions-in-batch-file
* Update wheel build numpy to 2.0 (pytorch#1746) * Update wheel build numpy to 2.0 * aarch64 * Update build_wheel.sh * Simplify
* [BE] Remove macos x86 build statements, remove python <3.8 (#1745) * [BE] Remove macos x86 build statements, remove python <3.8 * fix * deprecate * Update nightly wheel build numpy to 2.0 (#1747) * Update wheel build numpy to 2.0 (#1746) * Update wheel build numpy to 2.0 * aarch64 * Update build_wheel.sh * Simplify * Install llvm-openmp for M1 PyTorch builds Otherwise the binary will be super slow Also drop `nomkl` as there were never mkl on Apple silicon * Add numpy 2.0.0rc1 support to conda and wheels (#1768) * Add numpy 2.0.0rc1 support to conda and wheels * conda * conda * test * fix * Add numpy 2.0.0rc1 support to conda and wheels (#1769) --------- Co-authored-by: Nikita Shulga <[email protected]>
Test In: pytorch/pytorch#121979