Skip to content

Commit

Permalink
Try newer cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 6, 2025
1 parent be17a3c commit 370eee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cuda_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: [push]
jobs:
test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
Expand All @@ -28,7 +28,7 @@ jobs:
uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '11.2.2'
cuda: '12.5.0'
- run: |
echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"
echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-toolkit=11.2.2-1
sudo apt-get -y install cuda-toolkit
displayName: Install nvcc

- bash: conda env create --file environment.yml
Expand Down

0 comments on commit 370eee9

Please sign in to comment.