Skip to content

Commit 0fba672

Browse files
authored
Update llamacpp.yaml
1 parent d941655 commit 0fba672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/llamacpp.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
cd llama.cpp
9898
mkdir build
9999
cd build
100-
find / -name .bashrc
100+
cat /root/.bashrc
101101
bash /root/.bashrc
102+
echo $LD_LIBRARY_PATH
102103
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
103104
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CANN=on -DSOC_TYPE=${{ matrix.device }} && cmake --build . -j $(nproc)

0 commit comments

Comments
 (0)