Add PyTorch v2.7.0 to GPU backend (#13072)
## Summary The first version to support CUDA 12.8.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user