Skip to content

Commit 6ab4253

Browse files
simbasimba
authored andcommitted
Remove unsupported linux-arm64-vulkan and windows-x64-cuda-13 targets
1 parent fe49f12 commit 6ab4253

2 files changed

Lines changed: 0 additions & 275 deletions

File tree

.github/workflows/build-llama-server.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,6 @@ jobs:
154154
cuda_home: '/usr/local/cuda-13.1'
155155
cuda_architectures: '75;80;86;89;90;100;120'
156156

157-
158-
- name: linux-arm64-vulkan
159-
runner: ubuntu-22.04-arm
160-
os: linux
161-
acceleration: vulkan
162-
ggml_native: 'OFF'
163-
cuda_version: ''
164-
cuda_architectures: ''
165-
166157
# ── Windows x64 ──
167158
- name: windows-x64-cpu
168159
runner: windows-2022
@@ -178,14 +169,6 @@ jobs:
178169
cuda_version: '12.4'
179170
cuda_architectures: '75;80;86;89;90'
180171

181-
- name: windows-x64-cuda-13
182-
runner: windows-2022
183-
os: windows
184-
acceleration: cuda
185-
cuda_version: '13.1'
186-
cuda_architectures: '75;80;86;89;90;100;120'
187-
188-
189172
- name: windows-x64-vulkan
190173
runner: windows-2022
191174
os: windows
@@ -434,15 +417,13 @@ jobs:
434417
| arm64 CPU | `llama-server-*-linux-arm64-cpu.tar.gz` |
435418
| arm64 CUDA 12.8 | `llama-server-*-linux-arm64-cuda-12.tar.gz` |
436419
| arm64 CUDA 13.1 | `llama-server-*-linux-arm64-cuda-13.tar.gz` |
437-
| arm64 Vulkan | `llama-server-*-linux-arm64-vulkan.tar.gz` |
438420
439421
## Downloads — Windows
440422
441423
| Variant | File |
442424
|---------|------|
443425
| x64 CPU | `llama-server-*-windows-x64-cpu.zip` |
444426
| x64 CUDA 12.4 | `llama-server-*-windows-x64-cuda-12.zip` |
445-
| x64 CUDA 13.1 | `llama-server-*-windows-x64-cuda-13.zip` |
446427
| x64 Vulkan | `llama-server-*-windows-x64-vulkan.zip` |
447428
448429
## Downloads — macOS

.github/workflows/test-failures.yml

Lines changed: 0 additions & 256 deletions
This file was deleted.

0 commit comments

Comments
 (0)