We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb8019 commit 90c1a56Copy full SHA for 90c1a56
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
if [ "${{ matrix.device }}" = "cuda" ]; then
82
export GGML_CUDA=1
83
- export CMAKE_CUDA_ARCHITECTURES="75;86;89;120"
+ export CMAKE_CUDA_ARCHITECTURES="60;61;75;86;89;120"
84
fi
85
deno task bindings
86
deno task compile
0 commit comments