Skip to content

Commit feeef07

Browse files
authored
Update llamacpp.yaml
1 parent c7f500f commit feeef07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llamacpp.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
git clone https://github.com/ggerganov/llama.cpp.git
109109
110110
cd llama.cpp
111+
source ~/.bashrc
111112
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/aarch64-linux/devlib/:${LD_LIBRARY_PATH}
112113
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 && cmake --build build -j $(nproc)
113114

0 commit comments

Comments
 (0)