Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pplmx opened this issue Sep 27, 2024 · 0 comments
Open

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

pplmx opened this issue Sep 27, 2024 · 0 comments

Comments

@pplmx
Copy link

pplmx commented Sep 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant