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 5a5506b commit 6d717c2Copy full SHA for 6d717c2
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- os: ubuntu-latest
19
arch: x86_64
20
name: linux-vulkan
21
- make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
+ make: LLAMA="-DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22
- os: macos-latest
23
name: macos
24
# - os: windows-latest
0 commit comments