Add CUDA 13.0 support (#16321)
## Summary Closes https://github.com/astral-sh/uv/issues/16319.
This commit is contained in:
@@ -4254,6 +4254,7 @@ by <code>--python-version</code>.</p>
|
||||
<ul>
|
||||
<li><code>auto</code>: Select the appropriate PyTorch index based on the operating system and CUDA driver version</li>
|
||||
<li><code>cpu</code>: Use the CPU-only PyTorch index</li>
|
||||
<li><code>cu130</code>: Use the PyTorch index for CUDA 13.0</li>
|
||||
<li><code>cu129</code>: Use the PyTorch index for CUDA 12.9</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>
|
||||
@@ -4536,6 +4537,7 @@ be used with caution, as it can modify the system Python installation.</p>
|
||||
<ul>
|
||||
<li><code>auto</code>: Select the appropriate PyTorch index based on the operating system and CUDA driver version</li>
|
||||
<li><code>cpu</code>: Use the CPU-only PyTorch index</li>
|
||||
<li><code>cu130</code>: Use the PyTorch index for CUDA 13.0</li>
|
||||
<li><code>cu129</code>: Use the PyTorch index for CUDA 12.9</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>
|
||||
@@ -4844,6 +4846,7 @@ should be used with caution, as it can modify the system Python installation.</p
|
||||
<ul>
|
||||
<li><code>auto</code>: Select the appropriate PyTorch index based on the operating system and CUDA driver version</li>
|
||||
<li><code>cpu</code>: Use the CPU-only PyTorch index</li>
|
||||
<li><code>cu130</code>: Use the PyTorch index for CUDA 13.0</li>
|
||||
<li><code>cu129</code>: Use the PyTorch index for CUDA 12.9</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>
|
||||
|
||||
Reference in New Issue
Block a user