[GH-ISSUE #11128] did it support compute cap 8.7 jeston nao/nx GPU ? #7339

Open
opened 2026-04-12 19:23:23 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @interestingyong on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11128

https://github.com/ollama/ollama/blob/main/docs/gpu.md
did it support compute cap 8.7 jeston GPU ?
https://developer.nvidia.com/cuda-gpus

Jetson AGX Orin
Jetson Orin NX
Jetson Orin Nano

but from here docs, maybe it's ok.
https://github.com/ollama/ollama/blob/main/CMakePresets.json

{
"name": "CUDA 12",
"inherits": [ "CUDA" ],
"cacheVariables": {
"CMAKE_CUDA_ARCHITECTURES": "50;60;61;70;75;80;86;87;89;90;90a;120",
"CMAKE_CUDA_FLAGS": "-Wno-deprecated-gpu-targets"
}
},

{
"name": "JetPack 5",
"inherits": [ "CUDA" ],
"cacheVariables": {
"CMAKE_CUDA_ARCHITECTURES": "72;87"
}
},
{
"name": "JetPack 6",
"inherits": [ "CUDA" ],
"cacheVariables": {
"CMAKE_CUDA_ARCHITECTURES": "87"
}
},

Originally created by @interestingyong on GitHub (Jun 19, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11128 https://github.com/ollama/ollama/blob/main/docs/gpu.md did it support compute cap 8.7 jeston GPU ? https://developer.nvidia.com/cuda-gpus Jetson AGX Orin Jetson Orin NX Jetson Orin Nano but from here docs, maybe it's ok. https://github.com/ollama/ollama/blob/main/CMakePresets.json { "name": "CUDA 12", "inherits": [ "CUDA" ], "cacheVariables": { "CMAKE_CUDA_ARCHITECTURES": "50;60;61;70;75;80;86;**87**;89;90;90a;120", "CMAKE_CUDA_FLAGS": "-Wno-deprecated-gpu-targets" } }, { "name": "JetPack 5", "inherits": [ "CUDA" ], "cacheVariables": { "CMAKE_CUDA_ARCHITECTURES": "72;**87"** } }, { "name": "JetPack 6", "inherits": [ "CUDA" ], "cacheVariables": { "CMAKE_CUDA_ARCHITECTURES": "**87"** } },
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7339