Skip to content

Commit 486e45a

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

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
@@ -45,7 +45,9 @@ jobs:
4545
# cmake --build build
4646

4747
ubuntu-unit-tests:
48-
48+
defaults:
49+
run:
50+
shell: bash -el {0}
4951
runs-on: ubuntu-latest
5052

5153
container:
@@ -68,7 +70,7 @@ jobs:
6870
- name: Build
6971
run: |
7072
cd llama.cpp
71-
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
73+
# export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
7274
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 && cmake --build build -j $(nproc)
7375
7476
unit-tests:

0 commit comments

Comments
 (0)