-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Description:
When using v0.2.17 of the cuda-toolkit action with the following configuration:
- uses: Jimver/cuda-toolkit@v0.2.17
id: cuda-toolkit
with:
log-file-suffix: ${{ matrix.os }}.txt
cuda: '12.5.0'
method: 'network'
sub-packages: '["nvcc", "cudart", "cublas"]'I consistently encounter the following error:
E: Unable to locate package cuda-cublas-12-5
What I've Tried:
- Using
v0.2.17with CUDA version12.5.0. - Downgrading to
v0.2.15and using CUDA12.2.0.
Both approaches result in the same error regarding the cuda-cublas package.
Expected Behavior:
The action should successfully install the specified CUDA sub-packages, including cublas, without errors.
Environment:
- CUDA Toolkit version: 12.5.0 (also tested with 12.2.0)
- GitHub Action version:
0.2.17(and0.2.15) - Installation method:
network
Additional Notes:
Has anyone else encountered this issue with these specific CUDA versions and sub-packages? Any insights or suggested fixes would be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels