Skip to content

Commit a06f8db

Browse files
authored
Update llamacpp.yaml
1 parent dcc07a6 commit a06f8db

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
@@ -34,12 +34,12 @@ jobs:
3434
arch: aarch64
3535
distro: ubuntu22.04
3636
base_image: --platform=linux/arm64 ascendai/cann:openeuler-python3.10-cann8.0.rc2.beta1
37-
install: |
37+
run: |
3838
yum update -y
3939
yum install git cmake gcc gcc-c++ make -y
4040
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/aarch64-linux/devlib/:${LD_LIBRARY_PATH}
41+
4142
git clone https://github.com/ggerganov/llama.cpp.git
42-
run: |
4343
cd llama.cpp
4444
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 -DGGML_NATIVE=OFF #-DGGML_CPU_ARM_ARCH=armv8-a
4545
cmake --build build

0 commit comments

Comments
 (0)