[GH-ISSUE #6921] Ollam build error wih CUDA on Jetson Orin (CUDA v12.6) #30140

Closed
opened 2026-04-22 09:37:00 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @jarek7777 on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6921

What is the issue?

Error: llama runner process has terminated: CUDA error: the provided PTX was compiled with an unsupported toolchain.
current device: 0, in function ggml_cuda_compute_forward at /ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu:2326
err
/ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu:102: CUDA error

CUDA version 12.6.68

OS

Linux

GPU

Nvidia

CPU

Other

Ollama version

0.3.11

Originally created by @jarek7777 on GitHub (Sep 23, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6921 ### What is the issue? Error: llama runner process has terminated: CUDA error: the provided PTX was compiled with an unsupported toolchain. current device: 0, in function ggml_cuda_compute_forward at /ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu:2326 err /ollama/llm/llama.cpp/ggml/src/ggml-cuda.cu:102: CUDA error CUDA version 12.6.68 ### OS Linux ### GPU Nvidia ### CPU Other ### Ollama version 0.3.11
GiteaMirror added the bug label 2026-04-22 09:37:00 -05:00
Author
Owner

@dhiltgen commented on GitHub (Sep 25, 2024):

Dup of #2408 - we're working towards supporting this in the official builds, but until then, you can build from source locally and it should work. The CUDA libraries we link against in our arm builds are for servers with discrete GPUs which unfortunately are incompatible with Jetsons.

<!-- gh-comment-id:2372614648 --> @dhiltgen commented on GitHub (Sep 25, 2024): Dup of #2408 - we're working towards supporting this in the official builds, but until then, you can build from source locally and it should work. The CUDA libraries we link against in our arm builds are for servers with discrete GPUs which unfortunately are incompatible with Jetsons.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#30140