This commit is contained in:
geoffsee
2025-06-22 08:27:57 -04:00
parent 6687b0e5d1
commit 061044c2fb

View File

@@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Jimver/cuda-toolkit@v0.2.24
id: cuda-toolkit
with:
cuda: '12.5.0'
- name: Setup Python virtual environment
shell: bash
run: |