We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5314f1a commit d941655Copy full SHA for d941655
.github/workflows/llamacpp.yaml
@@ -97,6 +97,7 @@ jobs:
97
cd llama.cpp
98
mkdir build
99
cd build
100
+ find / -name .bashrc
101
bash /root/.bashrc
102
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
103
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CANN=on -DSOC_TYPE=${{ matrix.device }} && cmake --build . -j $(nproc)
0 commit comments