We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06f8db commit 7406aa1Copy full SHA for 7406aa1
.github/workflows/llamacpp.yaml
@@ -41,5 +41,5 @@ jobs:
41
42
git clone https://github.com/ggerganov/llama.cpp.git
43
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
+ cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on -DSOC_TYPE=ascend910b3 -DGGML_NATIVE=OFF -DGGML_CPU_ARM_ARCH=armv8-a
45
cmake --build build
0 commit comments