]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ci: fix CUDA build failure on autodl cloud machines (#14005)
authorpockers21 <redacted>
Thu, 5 Jun 2025 13:25:29 +0000 (06:25 -0700)
committerGitHub <redacted>
Thu, 5 Jun 2025 13:25:29 +0000 (16:25 +0300)
commit146b88e8b3e16d22cea22f8be982a4d45e913b1e
tree98df09e6b98da6437222ce8ec65e2dac94e0d669
parent7f37b6cf1e2c1b90bf0d9c8d91904b4b6c512748
ci: fix CUDA build failure on autodl cloud machines (#14005)

Replace CMAKE_CUDA_ARCHITECTURES=native with nvidia-smi detection
as 'native' fails on autodl cloud environments.

Co-authored-by: pockers21 <redacted>
ci/run.sh