File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 81
81
path : ./build/bin/libggml-cpu.so
82
82
name : ggml-cpu-bin-linux-${{ matrix.build }}-${{ matrix.arch }}.so
83
83
if-no-files-found : error
84
- - name : Upload mtmd
85
- uses : actions/upload-artifact@v4
84
+ - uses : actions/upload-artifact@v4
86
85
with :
87
86
path : ./build/bin/libmtmd_shared.so
88
87
name : mtmd-bin-linux-${{ matrix.build }}-${{ matrix.arch }}.so
@@ -147,8 +146,7 @@ jobs:
147
146
path : ./build/bin/libggml-cpu.so
148
147
name : ggml-cpu-bin-musl-${{ matrix.build }}-x64.so
149
148
if-no-files-found : error
150
- - name : Upload mtmd
151
- uses : actions/upload-artifact@v4
149
+ - uses : actions/upload-artifact@v4
152
150
with :
153
151
path : ./build/bin/libmtmd_shared.so
154
152
name : mtmd-bin-musl-${{ matrix.build }}-x64.so
@@ -345,7 +343,7 @@ jobs:
345
343
strategy :
346
344
fail-fast : false
347
345
matrix :
348
- os : [ubuntu-22.04, windows-2022 ]
346
+ os : [ubuntu-22.04, windows-2019 ]
349
347
cuda : ['12.2.0', '11.7.1']
350
348
runs-on : ${{ matrix.os }}
351
349
steps :
You can’t perform that action at this time.
0 commit comments