Skip to content

Commit 2f3607f

Browse files
authored
Update llamacpp.yaml
1 parent 7ec0177 commit 2f3607f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/llamacpp.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
matrix:
7878
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
7979
build: ['Release']
80+
device: ['ascend910b3']
8081
container:
8182
image: ascendai/cann:${{ matrix.cann }}
8283
steps:
@@ -97,4 +98,4 @@ jobs:
9798
mkdir build
9899
cd build
99100
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
100-
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CANN=on -DSOC_TYPE=ascend910b3 -DCMAKE_OSX_ARCHITECTURES=arm64 && cmake --build . -j $(nproc)
101+
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CANN=on -DSOC_TYPE=${{ matrix.device }} && cmake --build . -j $(nproc)

0 commit comments

Comments
 (0)