Skip to content

Commit 6d0a917

Browse files
committed
Merge remote-tracking branch 'upstream/master' into MultiModal
2 parents 706cf09 + f609029 commit 6d0a917

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/compile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
strategy:
346346
fail-fast: false
347347
matrix:
348-
os: [ubuntu-22.04, windows-2019]
348+
os: [ubuntu-22.04, windows-2022]
349349
cuda: ['12.2.0', '11.7.1']
350350
runs-on: ${{ matrix.os }}
351351
steps:
@@ -384,35 +384,35 @@ jobs:
384384
ls -R
385385
386386
- name: Upload artifacts (Windows)
387-
if: ${{ matrix.os == 'windows-2019' }}
387+
if: ${{ matrix.os == 'windows-2022' }}
388388
uses: actions/upload-artifact@v4
389389
with:
390390
path: .\build\bin\Release\llama.dll
391391
name: llama-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
392392
if-no-files-found: error
393393
- name: Upload artifacts (ggml)
394-
if: ${{ matrix.os == 'windows-2019' }}
394+
if: ${{ matrix.os == 'windows-2022' }}
395395
uses: actions/upload-artifact@v4
396396
with:
397397
path: .\build\bin\Release\ggml.dll
398398
name: ggml-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
399399
if-no-files-found: error
400400
- name: Upload artifacts (ggml-base)
401-
if: ${{ matrix.os == 'windows-2019' }}
401+
if: ${{ matrix.os == 'windows-2022' }}
402402
uses: actions/upload-artifact@v4
403403
with:
404404
path: .\build\bin\Release\ggml-base.dll
405405
name: ggml-base-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
406406
if-no-files-found: error
407407
- name: Upload artifacts (ggml-cuda)
408-
if: ${{ matrix.os == 'windows-2019' }}
408+
if: ${{ matrix.os == 'windows-2022' }}
409409
uses: actions/upload-artifact@v4
410410
with:
411411
path: .\build\bin\Release\ggml-cuda.dll
412412
name: ggml-cuda-bin-win-cublas-cu${{ matrix.cuda }}-x64.dll
413413
if-no-files-found: error
414414
- name: Upload mtmd artifacts (Windows)
415-
if: ${{ matrix.os == 'windows-2019' }}
415+
if: ${{ matrix.os == 'windows-2022' }}
416416
uses: actions/upload-artifact@v4
417417
with:
418418
path: .\build\bin\Release\mtmd_shared.dll

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: macos-14 # https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
2525
config: release
2626
- build: windows-release
27-
os: windows-2019
27+
os: windows-2022
2828
config: release
2929
steps:
3030
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)