-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Eval bug: NVIDIA Jetson AGX Xavier CUDA Compatibility Issue with llama.cpp #13629
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
Comments
It sounds like you might not have the correct driver installed, can you provide the output of |
The Jetson device does not have this command, and it can be used correctly in the b4835 version. |
Well, what nvidia driver do you have then? |
cuda-toolkit-12-2 agx@ubuntu:~$ sudo nvidia-smi
[sudo] password for agx:
sudo: nvidia-smi: command not found
agx@ubuntu:~$ cat /proc/driver/nvidia/version
cat: /proc/driver/nvidia/version: No such file or directory
agx@ubuntu:~$ lsmod | grep nv
nvadsp 110592 1 snd_soc_tegra210_adsp
nvgpu 2510848 0
nvmap 192512 2 nvgpu |
Please do a git bisect to identify the exact commit that introduced the problem. |
Is this it? |
|
Sorry, I found the reason. It seems that it is an environmental problem. |
Name and Version
ggml_cuda_init: failed to initialize CUDA: CUDA driver version is insufficient for CUDA runtime version
version: 0 (unknown) llama.cpp-b5415
built with cc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 for aarch64-linux-gnu
Operating systems
Linux
GGML backends
CUDA
Hardware
Jetson AGX Xavier
Models
No response
Problem description & steps to reproduce
I'm experiencing a CUDA compatibility issue with the latest version of llama.cpp on my Jetson AGX Xavier device (Ubuntu 20.04). Details:
ggml_cuda_init: failed to initialize CUDA: CUDA driver version is insufficient for CUDA runtime version
ggml_cuda_init: found 1 CUDA devices: Device 0: Xavier, compute capability 7.2, VMM: yes
NVCC:
In addition: The current device operating system version NVIDIA provides up to 20.04 and Cuda 12.2
First Bad Commit
It can be determined that the previous version b4835 can be used normally
Relevant log output
The text was updated successfully, but these errors were encountered: