cuda-toolkit icon indicating copy to clipboard operation
cuda-toolkit copied to clipboard

E: Unable to locate package cuda-cublas-12-5

Open pplmx opened this issue 4 months ago • 2 comments

Description:

When using v0.2.17 of the cuda-toolkit action with the following configuration:

- uses: Jimver/[email protected]
  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.17 with CUDA version 12.5.0.
  • Downgrading to v0.2.15 and using CUDA 12.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 (and 0.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.

pplmx avatar Sep 27 '24 09:09 pplmx