We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794315b commit 258194aCopy full SHA for 258194a
.github/workflows/main.yml
@@ -19,10 +19,6 @@ jobs:
19
arch: x86_64
20
name: linux-vulkan
21
make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22
- - os: LinuxARM64
23
- arch: arm64
24
- name: linux-vulkan
25
- make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_VULKAN=ON"
26
- os: macos-latest
27
name: macos
28
- os: windows-latest
@@ -97,7 +93,7 @@ jobs:
97
93
98
94
- name: windows install sqlite3
99
95
if: matrix.os == 'windows-latest'
100
- run: choco install sqlite -y
96
+ run: choco install -y sqlite git.install
101
102
- name: macos install sqlite3 without SQLITE_OMIT_LOAD_EXTENSION
103
if: matrix.name == 'macos'
0 commit comments