Skip to content

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

@pplmx

Description

@pplmx

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.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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions