Skip to content

Commit 6d0a140

Browse files
authored
Update llamacpp.yaml
1 parent feeef07 commit 6d0a140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/llamacpp.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ jobs:
100100
# apt-get install -y docker.io
101101
uname -a
102102
# 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
104104
run: |
105105
uname -a
106106
apt-get update
107107
apt-get install git cmake build-essential make -y
108108
git clone https://github.com/ggerganov/llama.cpp.git
109109
110110
cd llama.cpp
111-
source ~/.bashrc
111+
bash ~/.bashrc
112112
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/aarch64-linux/devlib/:${LD_LIBRARY_PATH}
113113
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 && cmake --build build -j $(nproc)
114114

0 commit comments

Comments
 (0)