File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -15,34 +15,34 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 include :
18- # - name: linux-vulkan
19- # os: ubuntu-latest
20- # arch: x86_64
21- # make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22- # - name: macos
23- # os: macos-latest
18+ - name : linux-vulkan
19+ os : ubuntu-latest
20+ arch : x86_64
21+ make : LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22+ - name : macos
23+ os : macos-latest
2424 - name : windows
2525 os : windows-latest
2626 arch : x86_64
2727 - name : windows-cuda
2828 os : windows-latest
2929 arch : x86_64
3030 make : LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_CUDA=ON"
31- # - name: android
32- # os: ubuntu-latest
33- # arch: arm64-v8a
34- # make: PLATFORM=android ARCH=arm64-v8a
35- # - name: android
36- # os: ubuntu-latest
37- # arch: x86_64
38- # make: PLATFORM=android ARCH=x86_64
39- # sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
40- # - name: ios
41- # os: macos-latest
42- # make: PLATFORM=ios
43- # - name: isim
44- # os: macos-latest
45- # make: PLATFORM=isim
31+ - name : android
32+ os : ubuntu-latest
33+ arch : arm64-v8a
34+ make : PLATFORM=android ARCH=arm64-v8a
35+ - name : android
36+ os : ubuntu-latest
37+ arch : x86_64
38+ make : PLATFORM=android ARCH=x86_64
39+ sqlite-amalgamation-zip : https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
40+ - name : ios
41+ os : macos-latest
42+ make : PLATFORM=ios
43+ - name : isim
44+ os : macos-latest
45+ make : PLATFORM=isim
4646
4747 defaults :
4848 run :
You can’t perform that action at this time.
0 commit comments