@@ -27,110 +27,6 @@ jobs:
27
27
fail-fast : false
28
28
matrix :
29
29
include :
30
- # - os: "linux"
31
- # name: "amd64-avx2"
32
- # runs-on: "ubuntu-20-04"
33
- # cmake-flags: "-DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
34
- # run-e2e: true
35
- # vulkan: false
36
- # sccache: true
37
- # sccache-conf-path: "/tmp/sccache.conf"
38
- # - os: "linux"
39
- # name: "amd64-noavx"
40
- # runs-on: "ubuntu-20-04"
41
- # cmake-flags: "-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
42
- # run-e2e: false
43
- # vulkan: false
44
- # sccache: true
45
- # sccache-conf-path: "/tmp/sccache.conf"
46
- # - os: "linux"
47
- # name: "amd64-avx"
48
- # runs-on: "ubuntu-20-04"
49
- # cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
50
- # run-e2e: false
51
- # vulkan: false
52
- # sccache: true
53
- # sccache-conf-path: "/tmp/sccache.conf"
54
- # - os: "linux"
55
- # name: "amd64-avx512"
56
- # runs-on: "ubuntu-20-04"
57
- # cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
58
- # run-e2e: false
59
- # vulkan: false
60
- # sccache: true
61
- # sccache-conf-path: "/tmp/sccache.conf"
62
- # - os: "linux"
63
- # name: "amd64-vulkan"
64
- # runs-on: "ubuntu-20-04-cuda-11-7"
65
- # cmake-flags: "-DLLAMA_VULKAN=ON -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
66
- # run-e2e: false
67
- # vulkan: true
68
- # sccache: true
69
- # sccache-conf-path: "/tmp/sccache.conf"
70
- # - os: "linux"
71
- # name: "amd64-avx2-cuda-11-7"
72
- # runs-on: "ubuntu-20-04-cuda-11-7"
73
- # cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
74
- # run-e2e: false
75
- # vulkan: false
76
- # sccache: true
77
- # sccache-conf-path: "/tmp/sccache.conf"
78
- # - os: "linux"
79
- # name: "amd64-avx-cuda-11-7"
80
- # runs-on: "ubuntu-20-04-cuda-11-7"
81
- # cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
82
- # run-e2e: false
83
- # vulkan: false
84
- # sccache: true
85
- # sccache-conf-path: "/tmp/sccache.conf"
86
- # - os: "linux"
87
- # name: "amd64-avx512-cuda-11-7"
88
- # runs-on: "ubuntu-20-04-cuda-11-7"
89
- # cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
90
- # run-e2e: false
91
- # vulkan: false
92
- # sccache: true
93
- # sccache-conf-path: "/tmp/sccache.conf"
94
- # - os: "linux"
95
- # name: "amd64-avx2-cuda-12-0"
96
- # runs-on: "ubuntu-20-04-cuda-12-0"
97
- # cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
98
- # run-e2e: false
99
- # vulkan: false
100
- # sccache: true
101
- # sccache-conf-path: "/tmp/sccache.conf"
102
- # - os: "linux"
103
- # name: "amd64-avx-cuda-12-0"
104
- # runs-on: "ubuntu-20-04-cuda-12-0"
105
- # cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
106
- # run-e2e: false
107
- # vulkan: false
108
- # sccache: true
109
- # sccache-conf-path: "/tmp/sccache.conf"
110
- # - os: "linux"
111
- # name: "amd64-avx512-cuda-12-0"
112
- # runs-on: "ubuntu-20-04-cuda-12-0"
113
- # cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
114
- # run-e2e: false
115
- # vulkan: false
116
- # sccache: true
117
- # sccache-conf-path: "/tmp/sccache.conf"
118
- # - os: "mac"
119
- # name: "amd64"
120
- # runs-on: "macos-13"
121
- # cmake-flags: "-DLLAMA_METAL=OFF"
122
- # run-e2e: true
123
- # vulkan: false
124
- # sccache: false
125
- # sccache-conf-path: ""
126
- # - os: "mac"
127
- # name: "arm64"
128
- # runs-on: "macos-silicon"
129
- # cmake-flags: "-DLLAMA_METAL_EMBED_LIBRARY=ON"
130
- # run-e2e: true
131
- # vulkan: false
132
- # sccache: false
133
- # sccache-conf-path: ""
134
30
- os : " windows"
135
31
name : " amd64-avx2"
136
32
runs-on : " windows-2019"
@@ -139,78 +35,6 @@ jobs:
139
35
vulkan : false
140
36
sccache : false
141
37
sccache-conf-path : " "
142
- # - os: "windows"
143
- # name: "amd64-avx"
144
- # runs-on: "windows-2019"
145
- # cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
146
- # run-e2e: true
147
- # vulkan: false
148
- # sccache: false
149
- # sccache-conf-path: ""
150
- # - os: "windows"
151
- # name: "amd64-avx512"
152
- # runs-on: "windows-2019"
153
- # cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
154
- # run-e2e: false
155
- # vulkan: false
156
- # sccache: false
157
- # sccache-conf-path: ""
158
- # - os: "windows"
159
- # name: "amd64-vulkan"
160
- # runs-on: "windows-2019"
161
- # cmake-flags: "-DLLAMA_VULKAN=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
162
- # run-e2e: false
163
- # vulkan: true
164
- # sccache: false
165
- # sccache-conf-path: ""
166
- # - os: "windows"
167
- # name: "amd64-avx2-cuda-12-0"
168
- # runs-on: "windows-cuda-12-0"
169
- # cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
170
- # run-e2e: false
171
- # vulkan: false
172
- # sccache: true
173
- # sccache-conf-path: 'C:\sccache.conf'
174
- # - os: "windows"
175
- # name: "amd64-avx-cuda-12-0"
176
- # runs-on: "windows-cuda-12-0"
177
- # cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
178
- # run-e2e: false
179
- # vulkan: false
180
- # sccache: true
181
- # sccache-conf-path: 'C:\sccache.conf'
182
- # - os: "windows"
183
- # name: "amd64-avx512-cuda-12-0"
184
- # runs-on: "windows-cuda-12-0"
185
- # cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
186
- # run-e2e: false
187
- # vulkan: false
188
- # sccache: true
189
- # sccache-conf-path: 'C:\sccache.conf'
190
- # - os: "windows"
191
- # name: "amd64-avx2-cuda-11-7"
192
- # runs-on: "windows-cuda-11-7"
193
- # cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
194
- # run-e2e: false
195
- # vulkan: false
196
- # sccache: true
197
- # sccache-conf-path: 'C:\sccache.conf'
198
- # - os: "windows"
199
- # name: "amd64-avx-cuda-11-7"
200
- # runs-on: "windows-cuda-11-7"
201
- # cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
202
- # run-e2e: false
203
- # vulkan: false
204
- # sccache: true
205
- # sccache-conf-path: 'C:\sccache.conf'
206
- # - os: "windows"
207
- # name: "amd64-avx512-cuda-11-7"
208
- # runs-on: "windows-cuda-11-7"
209
- # cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
210
- # run-e2e: false
211
- # vulkan: false
212
- # sccache: true
213
- # sccache-conf-path: 'C:\sccache.conf'
214
38
215
39
steps :
216
40
- name : Clone
0 commit comments