Skip to content

Commit fcbb32e

Browse files
committed
Remove sm_70 in cuda12.8.1 action flow
1 parent 9472d75 commit fcbb32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-cu128-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo $LD_LIBRARY_PATH
6262
6363
# Add project-specific and feature flags
64-
CMAKE_ARGS="-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES='70-real;75-real;80-real;86-real;89-real;90-real;100-real;120-real'"
64+
CMAKE_ARGS="-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES='75-real;80-real;86-real;89-real;90-real;100-real;120-real'"
6565
CMAKE_ARGS="-DGGML_CUDA_FORCE_MMQ=ON ${CMAKE_ARGS}"
6666
CMAKE_ARGS="${CMAKE_ARGS} -DLLAMA_CURL=ON"
6767

0 commit comments

Comments
 (0)