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

Can't install nvidia-cuda-mps #3

Open
AYuanZ opened this issue Oct 26, 2022 · 3 comments
Open

Can't install nvidia-cuda-mps #3

AYuanZ opened this issue Oct 26, 2022 · 3 comments

Comments

@AYuanZ
Copy link

AYuanZ commented Oct 26, 2022

I can't install nvidia-cuda-mps
E: Unable to locate package. nvidia-cuda-mps

@chenyu97
Copy link

I meet the same problem. Have you solved it?

I can't install nvidia-cuda-mps E: Unable to locate package. nvidia-cuda-mps

@fzhiy
Copy link

fzhiy commented Mar 14, 2023

I meet the same problem. Have you solved it?

I can't install nvidia-cuda-mps E: Unable to locate package. nvidia-cuda-mps

I met the same problem, too. Have you solved it?

@pioneer0413
Copy link

pioneer0413 commented Aug 14, 2024

I met the same problem.

In my apt there is no particular package named nvidia-cuda-mps, while it is included in nvidia-cuda-toolkit.

If you have already installed nvidia-cuda-toolkit, why don't you just try nvidia-cuda-mps-control --help to check '?

I could get the message such as below:

CUDA MPS Control for Linux/Unix.
Copyright (C) 2003 - 2023 NVIDIA Corporation.

  This program allows multiple CUDA processes to share a single GPU context. For information on how to use the CUDA MPS, see the nvidia-cuda-mps-control manual page.

Also, I could follow the indication without any problem:

export CUDA_VISIBLE_DEVICES="0"
nvidia-smi -i 2 -c EXCLUSIVE_PROCESS
nvidia-cuda-mps-control -d

After then, it's possible to run ekya.

If it's wrong solution, please correct me by reply.

My HW/SW info is following:

  • OS: Ubuntu 22.04.3 LTS x86_64
  • Kernel: 6.5.0-41-generic
  • CPU: Intel Xeon Gold 6326 (32) @ 3.500GHz
  • GPU: NVIDIA RTX A4000

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

4 participants