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
+1 -1
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]