Skip to content

Commit 4b07f3f

Browse files
authored
Update build.yml
1 parent 62ae45d commit 4b07f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# defines: "-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON"
167167
# - build: "rocm5.5"
168168
# defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1030" -DSD_BUILD_SHARED_LIBS=ON'
169-
- build: 'vulkan-noavx'
169+
- build: 'vulkan'
170170
defines: "-DSD_VULKAN=ON -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DSD_BUILD_SHARED_LIBS=ON"
171171
steps:
172172
- name: Clone

0 commit comments

Comments
 (0)