Skip to content

Commit 528b036

Browse files
authored
make yml checker happy
Removed white spaces.
1 parent c5bea75 commit 528b036

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
with:
243243
path: llama-${{ steps.tag.outputs.name }}-bin-ubuntu-vulkan-x64.zip
244244
name: llama-bin-ubuntu-vulkan-x64.zip
245-
245+
246246
ubuntu-22-cuda:
247247
runs-on: ubuntu-22.04
248248
strategy:
@@ -254,21 +254,21 @@ jobs:
254254
uses: actions/checkout@v4
255255
with:
256256
fetch-depth: 0
257-
257+
258258
- name: ccache
259259
uses: ggml-org/[email protected]
260260
with:
261261
key: ubuntu-22-cmake-cuda-${{ matrix.cuda }}
262262
evict-old-files: 1d
263-
263+
264264
- name: Dependencies
265265
id: depends
266266
run: |
267267
wget -q https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
268268
sudo dpkg -i cuda-keyring_1.0-1_all.deb
269269
sudo apt-get update -y
270270
sudo apt-get install -y cuda-toolkit-${{ matrix.cuda }} build-essential libcurl4-openssl-dev
271-
271+
272272
- name: Build
273273
id: cmake_build
274274
run: |
@@ -284,23 +284,23 @@ jobs:
284284
-DCMAKE_CUDA_ARCHITECTURES="60;61;70;75;80;86;89;90" \
285285
${{ env.CMAKE_ARGS }}
286286
cmake --build build --config Release -j $(nproc)
287-
287+
288288
- name: Determine tag name
289289
id: tag
290290
uses: ./.github/actions/get-tag-name
291-
291+
292292
- name: Pack artifacts
293293
id: pack_artifacts
294294
run: |
295295
cp LICENSE ./build/bin/
296296
zip -r llama-${{ steps.tag.outputs.name }}-bin-ubuntu-cuda-${{ matrix.cuda }}-x64.zip ./build/bin/*
297-
297+
298298
- name: Upload artifacts
299299
uses: actions/upload-artifact@v4
300300
with:
301301
path: llama-${{ steps.tag.outputs.name }}-bin-ubuntu-cuda-${{ matrix.cuda }}-x64.zip
302302
name: llama-bin-ubuntu-cuda-${{ matrix.cuda }}-x64.zip
303-
303+
304304
windows-cpu:
305305
runs-on: windows-2025
306306

0 commit comments

Comments
 (0)