Skip to content

Commit ecdb61f

Browse files
committed
Trim trailing whitespace
1 parent ccf9ecd commit ecdb61f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
df -h
274274
echo "Removing large directories"
275275
rm -rf /usr/share/dotnet/
276-
df -h
276+
df -h
277277
278278
- name: Dependencies
279279
id: depends
@@ -284,7 +284,7 @@ jobs:
284284
- name: Install CUDA Toolkit
285285
uses: Jimver/[email protected]
286286
with:
287-
cuda: '12.1.1'
287+
cuda: '12.1.1'
288288

289289
- name: Build
290290
id: cmake_build
@@ -295,7 +295,7 @@ jobs:
295295
-DGGML_BACKEND_DL=ON \
296296
-DGGML_NATIVE=OFF \
297297
-DGGML_CPU_ALL_VARIANTS=ON \
298-
-DGGML_CUDA=ON \
298+
-DGGML_CUDA=ON \
299299
${{ env.CMAKE_ARGS }}
300300
cmake --build build --config Release -j $(nproc)
301301
@@ -742,6 +742,7 @@ jobs:
742742
- windows-hip
743743
- ubuntu-22-cpu
744744
- ubuntu-22-vulkan
745+
- ubuntu-22-cuda
745746
- macOS-arm64
746747
- macOS-x64
747748
- ios-xcode-build

0 commit comments

Comments
 (0)