You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyTorch can be imported without a warning on aarch64 system @malfet
% docker run --rm -it python:3.11 bash -c "pip install numpy torch --quiet --index-url https://download.pytorch.org/whl/test/cpu;python -c 'import torch;print(torch.__version__)'"
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
2.5.1
@Skylion007 We should fix that, but 2.5.1 is an emergency patch release for specific regressions that should be completed very soon. If anyone still uses Python 3.8, they should explicitly limit the upped version of torch.
Uh oh!
There was an error while loading. Please reload this page.
Similar to #137492
Manual validations:
Python 3.13 wheel validate @kit1980
CUDA pypi binaries with slimmed dependencies are usable in standard AWS containers amazonlinux2023 @kit1980
CUDA pypi binaries with slimmed dependencies are usable on almalinux/9-base @kit1980
CUDA pypi binaries with slimmed dependencies are usable on default latest Ubuntu @kit1980
PyTorch can be imported without a warning on aarch64 system @malfet
Verify that [SDPA-CUDNN] Make CuDNN Attention Opt in #138522 actually does what it supposed to do and mitigates the issues listed in the PR description and [Performance] [CuDNN-Attention] CuDNN backend should return the output in the same stride order as input Query #138340 @drisspg
Verify that Disabling amp context when invoking compiler #138659 fixes Crash When Using torch.compile with Math scaled_dot_product_attention in AMP Mode #133974 @eellison
The text was updated successfully, but these errors were encountered: