Skip to content

Commit 90c1a56

Browse files
committed
Actions: Add pascal support for CUDA builds
CC 6.0 and 6.1 Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent bdb8019 commit 90c1a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
if [ "${{ matrix.device }}" = "cuda" ]; then
8282
export GGML_CUDA=1
83-
export CMAKE_CUDA_ARCHITECTURES="75;86;89;120"
83+
export CMAKE_CUDA_ARCHITECTURES="60;61;75;86;89;120"
8484
fi
8585
deno task bindings
8686
deno task compile

0 commit comments

Comments
 (0)