]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : remove CMAKE_CUDA_ARCHITECTURES in windows-cublas (#2923)
authorDaniel Bevenius <redacted>
Sat, 22 Mar 2025 14:40:28 +0000 (15:40 +0100)
committerGitHub <redacted>
Sat, 22 Mar 2025 14:40:28 +0000 (15:40 +0100)
commit7fe4979f25ea1b2e0696a11007c9d46e168d18b3
tree33b677c94d8924b8ecf31584b9b32068618a1e84
parent9bc0dc723551c330a23ce3e4db32896af53c45d4
ci : remove CMAKE_CUDA_ARCHITECTURES in windows-cublas (#2923)

This commit removes the -DCMAKE_CUDA_ARCHITECTURES=all flag from the
windows-cublas job in the build.yml file.

The motivation for this is that building for all architectures is
unnecessary and takes a long time. Without this flag the architectures
will instead be set by ggml-cuda.

Refs: https://github.com/ggerganov/whisper.cpp/pull/2915#issuecomment-2743160743
.github/workflows/build.yml