edge-video-services / ekya

Source code and datasets for Ekya, a system for continuous learning on the edge.
https://aka.ms/ekya
97 stars 18 forks source link

Can't install nvidia-cuda-mps #3

Open AYuanZ opened 1 year ago

AYuanZ commented 1 year ago

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

chenyu97 commented 1 year ago

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 commented 1 year ago

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 commented 1 month ago

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: