Skip to content

Commit ace157d

Browse files
committed
Ensure symlink is present for libcuda.so.1
1 parent a57740e commit ace157d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-cuda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
144144
echo '=== Configuring build with Ninja ==='
145145
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
146148
cmake -B build -S . \
147149
-G Ninja \
148150
-DGGML_CUDA=ON \

0 commit comments

Comments
 (0)