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
Copy file name to clipboardExpand all lines: _posts/2025-04-23-pytorch-2-7.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: "PyTorch 2.7 Release"
5
5
6
6
We are excited to announce the release of PyTorch® 2.7 ([release notes](https://github.com/pytorch/pytorch/releases/tag/v2.7.0))! This release features:
7
7
8
-
* support for the NVIDIA Blackwell GPU architecture and pre-built wheels for CUDA 12.8 across Linux x86 and arm64 architectures.
8
+
* support for the [NVIDIA Blackwell GPU architecture](https://www.nvidia.com/en-us/data-center/technologies/blackwell-architecture/) and pre-built wheels for [CUDA 12.8](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html) across Linux x86 and arm64 architectures.
9
9
**torch.compile* support for Torch Function Modes which enables users to override any *torch.** operation to implement custom user-defined behavior.
10
10
* Mega Cache which allows users to have end-to-end portable caching for torch;
11
11
* new features for FlexAttention - LLM first token processing, LLM throughput mode optimization and Flex Attention for Inference.
0 commit comments