File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
6969 make : LLAMA="-DGGML_NATIVE=ON -DGGML_METAL=ON -DGGML_ACCELERATE=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=Apple" WHISPER="-DGGML_METAL=ON -DGGML_ACCELERATE=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=Apple -DWHISPER_COREML=ON -DWHISPER_COREML_ALLOW_FALLBACK=ON"
7070
7171 # Windows builds (commented out but ready to enable)
72- # - os: windows-latest
73- # arch: x86_64
74- # name: windows-cpu
75- # make: LLAMA="-DGGML_NATIVE=ON"
76- # - os: windows-latest
77- # arch: x86_64
78- # name: windows-vulkan
79- # make: LLAMA="-DGGML_NATIVE=OFF -DGGML_VULKAN=ON"
72+ - os : windows-latest
73+ arch : x86_64
74+ name : windows-cpu
75+ make : LLAMA="-DGGML_NATIVE=ON"
76+ - os : windows-latest
77+ arch : x86_64
78+ name : windows-vulkan
79+ make : LLAMA="-DGGML_NATIVE=OFF -DGGML_VULKAN=ON"
8080
8181 # Android builds
8282 - os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments