[WIP] Merge Test (#160998)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160998
Approved by: https://github.com/ZainRizvi
This commit is contained in:
John Stawinski
2025-08-19 20:26:07 +00:00
committed by PyTorch MergeBot
parent 1ea918caf9
commit ef761c4353
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ PyTorch provides Tensors that can live either on the CPU or the GPU and accelera
computation by a huge amount.
We provide a wide variety of tensor routines to accelerate and fit your scientific computation needs
such as slicing, indexing, mathematical operations, linear algebra, reductions.
such as slicing, indexing, mathematical operations, linear algebra, and reductions.
And they are fast!
### Dynamic Neural Networks: Tape-Based Autograd