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