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 f3945b9 commit 26d70a4Copy full SHA for 26d70a4
.github/workflows/linux_cuda_wheel.yaml
@@ -85,8 +85,7 @@ jobs:
85
run: python -m pip install --upgrade pip
86
- name: Install PyTorch
87
run: |
88
- cuda_version_without_periods=$(echo "${{ matrix.cuda-version }}" | sed 's/\.//g')
89
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu$cuda_version_without_periods
+ python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
90
- name: Install cuda dependencies
91
92
conda install --yes nvidia::libnpp
0 commit comments