Skip to content

Commit 3f27d57

Browse files
committed
feat: remove win-avx512 build
1 parent 9009d85 commit 3f27d57

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/test-binaries.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ 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"
43-
# Skip Vulkan on Linux without GPU - will fail anyway
44-
# - os: "linux"
45-
# name: "vulkan-x64"
46-
# runs-on: "ubuntu-22-04"
47-
# binary-name: "llama-server"
48-
# artifact-name: "llama-linux-vulkan-x64"
4938

5039
- os: "macos"
5140
name: "x64"
@@ -78,26 +67,11 @@ jobs:
7867
runs-on: "windows-latest"
7968
binary-name: "llama-server.exe"
8069
artifact-name: "llama-win-avx512-x64"
81-
# Skip Vulkan on Windows without GPU - will fail anyway
82-
# - os: "win"
83-
# name: "vulkan-x64"
84-
# runs-on: "windows-latest"
85-
# binary-name: "llama-server.exe"
86-
# artifact-name: "llama-win-vulkan-x64"
8770

8871
steps:
8972
- name: Checkout
9073
uses: actions/checkout@v3
9174

92-
# Fix Windows DLL issues by installing Visual C++ Redistributable
93-
- name: Install Visual C++ Redistributable (Windows)
94-
if: runner.os == 'Windows'
95-
run: |
96-
# Download and install latest Visual C++ Redistributable
97-
Invoke-WebRequest -Uri "https://aka.ms/vs/17/release/vc_redist.x64.exe" -OutFile "vc_redist.x64.exe"
98-
Start-Process -FilePath "vc_redist.x64.exe" -ArgumentList "/quiet", "/norestart" -Wait
99-
Write-Host "Visual C++ Redirectable installed"
100-
10175
- name: Install jq (macOS)
10276
if: runner.os == 'macOS'
10377
run: |

0 commit comments

Comments
 (0)