File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 72
72
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 && cmake --build build -j $(nproc)
73
73
74
74
unit-tests :
75
+ defaults :
76
+ run :
77
+ shell : bash -el {0}
75
78
runs-on : ubuntu-latest
76
79
strategy :
77
80
matrix :
92
95
yum update -y
93
96
yum install git cmake gcc gcc-c++ make -y
94
97
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}
97
99
- name : Build
98
100
run : |
99
101
cd llama.cpp
You can’t perform that action at this time.
0 commit comments