We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c649830 commit aab46afCopy full SHA for aab46af
.github/workflows/main.yml
@@ -44,15 +44,15 @@ jobs:
44
arch: x86_64
45
name: linux-musl-gpu
46
container: alpine:latest
47
- make: LLAMA="-DGGML_NATIVE=OFF -DGGML_CPU=ON -DGGML_VULKAN=OFF -DGGML_OPENCL=ON"
+ make: LLAMA="-DGGML_NATIVE=OFF -DGGML_CPU=ON -DGGML_OPENCL=ON"
48
- os: ubuntu-22.04-arm
49
arch: arm64
50
name: linux-musl-cpu
51
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_CPU=ON -DGGML_CPU_ARM_ARCH=armv8.2-a"
52
53
54
55
56
- os: windows-2022
57
58
name: windows-cpu
0 commit comments