Open guidoveritone opened 7 months ago
also, if i run an example cuda container to check everything works... everything works:
└─$ sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
Mon Apr 15 15:53:55 2024
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.147.05 Driver Version: 525.147.05 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:09:00.0 On | N/A |
| 30% 45C P0 57W / 170W | 383MiB / 12288MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
+-----------------------------------------------------------------------------+
i have similiar issue, have you managed to solve it somehow?
Hey guys, i am trying to run the Mistral 7b model using the guide on the page.
I am running:
and I am getting the following error:
I tried several things to fix this, found things to do on
and nothing worked! also tried some nvidia default containers to check if CUDA is working and everything seems to work!
my
nvidia-smi
output:my
/etc/nvidia-container-runtime/config.toml
file:note: if I change the
no-cgroups
flag totrue
I get aNo CUDA Gpus available
error.OS: