File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ jobs:
100
100
# apt-get install -y docker.io
101
101
uname -a
102
102
# docker pull ascendai/cann:latest
103
- base_image : --platform=linux/arm64 ascendai/cann:latest # openeuler-python3.10-cann8.0.rc2.beta1
103
+ base_image : --platform=linux/arm64 ascendai/cann:latest
104
104
run : |
105
105
uname -a
106
106
apt-get update
107
107
apt-get install git cmake build-essential make -y
108
108
git clone https://github.com/ggerganov/llama.cpp.git
109
109
110
110
cd llama.cpp
111
- source ~/.bashrc
111
+ bash ~/.bashrc
112
112
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/aarch64-linux/devlib/:${LD_LIBRARY_PATH}
113
113
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 && cmake --build build -j $(nproc)
114
114
You can’t perform that action at this time.
0 commit comments