mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-10 08:55:44 +00:00
ci : fix SYCL package shared library lookup (#25987)
This commit is contained in:
parent
7347430f44
commit
b4d6c7d8ff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -1109,6 +1109,8 @@ jobs:
|
|||
-DGGML_SYCL=ON \
|
||||
-DCMAKE_C_COMPILER=icx \
|
||||
-DCMAKE_CXX_COMPILER=icpx \
|
||||
-DCMAKE_INSTALL_RPATH='$ORIGIN' \
|
||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
|
||||
-DLLAMA_OPENSSL=OFF \
|
||||
-DGGML_NATIVE=OFF \
|
||||
-DGGML_SYCL_F16=${{ matrix.fp16 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue