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 a57740e commit ace157dCopy full SHA for ace157d
.github/workflows/build-cuda.yml
@@ -143,6 +143,8 @@ jobs:
143
144
echo '=== Configuring build with Ninja ==='
145
export LIBRARY_PATH="/usr/local/cuda/lib64/stubs${LIBRARY_PATH:+:$LIBRARY_PATH}"
146
+
147
+ ln -sf /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1
148
cmake -B build -S . \
149
-G Ninja \
150
-DGGML_CUDA=ON \
0 commit comments