Skip to content

Commit 7e9b142

Browse files
committed
feat: remove win avx 512 build
1 parent 3f27d57 commit 7e9b142

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-binaries.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
runs-on: "ubuntu-20-04"
3636
binary-name: "llama-server"
3737
artifact-name: "llama-linux-avx-x64"
38+
- os: "linux"
39+
name: "avx512-x64"
40+
runs-on: "ubuntu-20-04"
41+
binary-name: "llama-server"
42+
artifact-name: "llama-linux-avx512-x64"
3843

3944
- os: "macos"
4045
name: "x64"
@@ -62,11 +67,6 @@ jobs:
6267
runs-on: "windows-latest"
6368
binary-name: "llama-server.exe"
6469
artifact-name: "llama-win-avx2-x64"
65-
- os: "win"
66-
name: "avx512-x64"
67-
runs-on: "windows-latest"
68-
binary-name: "llama-server.exe"
69-
artifact-name: "llama-win-avx512-x64"
7070

7171
steps:
7272
- name: Checkout

0 commit comments

Comments
 (0)