Skip to content

Commit 2855caa

Browse files
internal developeraostrowski-hbn
internal developer
authored andcommitted
Pull in PT 2.5.1 upstream changes
pytorch/pytorch@v2.5.0...v2.5.1 Squashed new commits are as follows: * update getting started xpu (pytorch#138090) * [Cherry-Pick] Use cuda 12.4 pytorch_extra_install_requirements as default (pytorch#138526) * Don't try to load cufile (pytorch#138539) * Add link to torch.compile the missing manual in troubleshooting (pytorch#137369) * Update cpuinfo submodule (pytorch#138600) * Update doc copyrights to 2024 (pytorch#138650) * [SDPA-CUDNN] Make CuDNN Attention Opt in (pytorch#138587) * [MPS] Fix sliced cast (pytorch#138535) * Disabling amp context when invoking compiler (pytorch#138659) Change-Id: I3e282e8b4809b97b38605420c64d1bd1b0b938aa
1 parent dc82665 commit 2855caa

17 files changed

+125
-85
lines changed

.github/scripts/generate_binary_build_matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def generate_wheels_matrix(
451451
".", "_"
452452
),
453453
"pytorch_extra_install_requirements": (
454-
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["12.1"] # fmt: skip
454+
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["12.4"] # fmt: skip
455455
if os != "linux" and gpu_arch_type != "xpu"
456456
else ""
457457
),

.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)