bobqianic commited on
Commit
983e4bd
·
unverified ·
1 Parent(s): 92a92ed

CI : Add coverage for talk-llama when WHISPER_CUBLAS=1 (#1672)

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +5 -5
.github/workflows/build.yml CHANGED
@@ -117,7 +117,6 @@ jobs:
117
  -w /workspace ${{ env.ubuntu_image }} /bin/sh -c '
118
  set -e
119
  apt update
120
- apt install -y clang
121
  apt install -y clang build-essential cmake libsdl2-dev
122
  cmake . -DWHISPER_SDL2=ON -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
123
  make
@@ -167,7 +166,7 @@ jobs:
167
  s2arc: x64
168
  jnaPath: win32-x86-64
169
  - sdl2: ON
170
- s2ver: 2.26.0
171
 
172
  steps:
173
  - name: Clone
@@ -228,7 +227,7 @@ jobs:
228
  obzip: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25-x64.zip
229
  s2arc: x64
230
  - sdl2: ON
231
- s2ver: 2.26.0
232
 
233
  steps:
234
  - name: Clone
@@ -295,7 +294,7 @@ jobs:
295
  - arch: x64
296
  s2arc: x64
297
  - sdl2: ON
298
- s2ver: 2.26.0
299
 
300
  steps:
301
  - name: Clone
@@ -321,7 +320,8 @@ jobs:
321
  run: >
322
  cmake -S . -B ./build -A ${{ matrix.arch }}
323
  -DCMAKE_BUILD_TYPE=${{ matrix.build }}
324
- -DWHISPER_CUBLAS=1
 
325
 
326
  - name: Build ${{ matrix.cuda-toolkit }}
327
  run: |
 
117
  -w /workspace ${{ env.ubuntu_image }} /bin/sh -c '
118
  set -e
119
  apt update
 
120
  apt install -y clang build-essential cmake libsdl2-dev
121
  cmake . -DWHISPER_SDL2=ON -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
122
  make
 
166
  s2arc: x64
167
  jnaPath: win32-x86-64
168
  - sdl2: ON
169
+ s2ver: 2.28.5
170
 
171
  steps:
172
  - name: Clone
 
227
  obzip: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25-x64.zip
228
  s2arc: x64
229
  - sdl2: ON
230
+ s2ver: 2.28.5
231
 
232
  steps:
233
  - name: Clone
 
294
  - arch: x64
295
  s2arc: x64
296
  - sdl2: ON
297
+ s2ver: 2.28.5
298
 
299
  steps:
300
  - name: Clone
 
320
  run: >
321
  cmake -S . -B ./build -A ${{ matrix.arch }}
322
  -DCMAKE_BUILD_TYPE=${{ matrix.build }}
323
+ -DWHISPER_CUBLAS=${{ matrix.cublas }}
324
+ -DWHISPER_SDL2=${{ matrix.sdl2 }}
325
 
326
  - name: Build ${{ matrix.cuda-toolkit }}
327
  run: |