Skip to content

Commit 7406aa1

Browse files
authored
Update llamacpp.yaml
1 parent a06f8db commit 7406aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llamacpp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
4242
git clone https://github.com/ggerganov/llama.cpp.git
4343
cd llama.cpp
44-
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 -DGGML_NATIVE=OFF #-DGGML_CPU_ARM_ARCH=armv8-a
44+
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)