Skip to content

Commit db8ccdb

Browse files
authored
CI : Add coverage for talk-llama when WHISPER_CUBLAS=1 (#1672)
1 parent d241903 commit db8ccdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
-w /workspace ${{ env.ubuntu_image }} /bin/sh -c '
118118
set -e
119119
apt update
120-
apt install -y clang
121120
apt install -y clang build-essential cmake libsdl2-dev
122121
cmake . -DWHISPER_SDL2=ON -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
123122
make
@@ -167,7 +166,7 @@ jobs:
167166
s2arc: x64
168167
jnaPath: win32-x86-64
169168
- sdl2: ON
170-
s2ver: 2.26.0
169+
s2ver: 2.28.5
171170

172171
steps:
173172
- name: Clone
@@ -228,7 +227,7 @@ jobs:
228227
obzip: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25-x64.zip
229228
s2arc: x64
230229
- sdl2: ON
231-
s2ver: 2.26.0
230+
s2ver: 2.28.5
232231

233232
steps:
234233
- name: Clone
@@ -295,7 +294,7 @@ jobs:
295294
- arch: x64
296295
s2arc: x64
297296
- sdl2: ON
298-
s2ver: 2.26.0
297+
s2ver: 2.28.5
299298

300299
steps:
301300
- name: Clone
@@ -321,7 +320,8 @@ jobs:
321320
run: >
322321
cmake -S . -B ./build -A ${{ matrix.arch }}
323322
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
324-
-DWHISPER_CUBLAS=1
323+
-DWHISPER_CUBLAS=${{ matrix.cublas }}
324+
-DWHISPER_SDL2=${{ matrix.sdl2 }}
325325
326326
- name: Build ${{ matrix.cuda-toolkit }}
327327
run: |

0 commit comments

Comments
 (0)