Add PyTorch v2.7.0 to GPU backend (#13072)

## Summary

The first version to support CUDA 12.8.
This commit is contained in:
Charlie Marsh
2025-04-23 16:59:41 -04:00
committed by GitHub
parent 473d7c75a4
commit 4bef9fadbb
3 changed files with 24 additions and 2 deletions
+6
View File
@@ -6073,6 +6073,8 @@ uv pip compile [OPTIONS] <SRC_FILE|--group <GROUP>>
<li><code>cpu</code>: Use the CPU-only PyTorch index</li>
<li><code>cu128</code>: Use the PyTorch index for CUDA 12.8</li>
<li><code>cu126</code>: Use the PyTorch index for CUDA 12.6</li>
<li><code>cu125</code>: Use the PyTorch index for CUDA 12.5</li>
@@ -6548,6 +6550,8 @@ uv pip sync [OPTIONS] <SRC_FILE>...
<li><code>cpu</code>: Use the CPU-only PyTorch index</li>
<li><code>cu128</code>: Use the PyTorch index for CUDA 12.8</li>
<li><code>cu126</code>: Use the PyTorch index for CUDA 12.6</li>
<li><code>cu125</code>: Use the PyTorch index for CUDA 12.5</li>
@@ -7095,6 +7099,8 @@ uv pip install [OPTIONS] <PACKAGE|--requirements <REQUIREMENTS>|--editable <EDIT
<li><code>cpu</code>: Use the CPU-only PyTorch index</li>
<li><code>cu128</code>: Use the PyTorch index for CUDA 12.8</li>
<li><code>cu126</code>: Use the PyTorch index for CUDA 12.6</li>
<li><code>cu125</code>: Use the PyTorch index for CUDA 12.5</li>