Skip to content

Commit

Permalink
Try MAMBA_NO_LOW_SPEED_LIMIT to prevent dependency download from timi…
Browse files Browse the repository at this point in the history
…ng out
  • Loading branch information
turboderp authored Jul 24, 2024
1 parent 509f9aa commit 90cc189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ jobs:
# --- Install CUDA using Conda
$cudaVersion = '${{ matrix.cuda }}'
$cudaVersionPytorch = '${{ matrix.cuda }}'.Remove('${{ matrix.cuda }}'.LastIndexOf('.')).Replace('.','')


$env:MAMBA_NO_LOW_SPEED_LIMIT = 1
mamba install -y -c nvidia/label/cuda-$cudaVersion cuda-toolkit cuda-runtime

if (!(mamba list cuda)[-1].contains('cuda')) {sleep -s 10; mamba install -y 'cuda' $cudaVersion}
Expand Down

0 comments on commit 90cc189

Please sign in to comment.