mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 06:19:00 +00:00
Try MAMBA_NO_LOW_SPEED_LIMIT to prevent dependency download from timing out
This commit is contained in:
3
.github/workflows/build-wheels-release.yml
vendored
3
.github/workflows/build-wheels-release.yml
vendored
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user