Update referenced CUDA version in `pytorch.md` (#13899)

## Summary

torch 2.7 by default targets CUDA 12.6
This commit is contained in:
Karim Abou Zeid 2025-06-09 02:21:07 +02:00 committed by GitHub
parent dc3fd46472
commit 5dae9ac5f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ To start, consider the following (default) configuration, which would be generat
`uv init --python 3.12` followed by `uv add torch torchvision`.
In this case, PyTorch would be installed from PyPI, which hosts CPU-only wheels for Windows and
macOS, and GPU-accelerated wheels on Linux (targeting CUDA 12.4):
macOS, and GPU-accelerated wheels on Linux (targeting CUDA 12.6):
```toml
[project]