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 dae44bf commit 39d0621Copy full SHA for 39d0621
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
mkdir build
57
cd build
58
cmake .. \
59
- -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
+ -DCMAKE_BUILD_RPATH="@loader_path" \
60
-DLLAMA_FATAL_WARNINGS=ON \
61
-DLLAMA_CURL=ON \
62
-DGGML_METAL_USE_BF16=ON \
@@ -119,7 +119,7 @@ jobs:
119
# Metal is disabled due to intermittent failures with Github runners not having a GPU:
120
# https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
121
cmake -B build \
122
123
124
125
-DGGML_METAL=OFF \
0 commit comments