We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509f9aa commit 90cc189Copy full SHA for 90cc189
.github/workflows/build-wheels-release.yml
@@ -189,7 +189,8 @@ jobs:
189
# --- Install CUDA using Conda
190
$cudaVersion = '${{ matrix.cuda }}'
191
$cudaVersionPytorch = '${{ matrix.cuda }}'.Remove('${{ matrix.cuda }}'.LastIndexOf('.')).Replace('.','')
192
-
+
193
+ $env:MAMBA_NO_LOW_SPEED_LIMIT = 1
194
mamba install -y -c nvidia/label/cuda-$cudaVersion cuda-toolkit cuda-runtime
195
196
if (!(mamba list cuda)[-1].contains('cuda')) {sleep -s 10; mamba install -y 'cuda' $cudaVersion}
0 commit comments