Skip to content

Commit 4b63322

Browse files
authored
Update llamacpp.yaml
1 parent c35b68a commit 4b63322

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/llamacpp.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 && cmake --build build -j $(nproc)
7373
7474
unit-tests:
75+
defaults:
76+
run:
77+
shell: bash -el {0}
7578
runs-on: ubuntu-latest
7679
strategy:
7780
matrix:
@@ -92,8 +95,7 @@ jobs:
9295
yum update -y
9396
yum install git cmake gcc gcc-c++ make -y
9497
git clone https://github.com/ggerganov/llama.cpp.git
95-
. /usr/local/Ascend/ascend-toolkit/set_env.sh
96-
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
98+
# export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
9799
- name: Build
98100
run: |
99101
cd llama.cpp

0 commit comments

Comments
 (0)