Skip to content

Commit 5314f1a

Browse files
authored
Update llamacpp.yaml
1 parent 08ea096 commit 5314f1a

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
@@ -97,6 +97,6 @@ jobs:
9797
cd llama.cpp
9898
mkdir build
9999
cd build
100-
bash ~/.bashrc
100+
bash /root/.bashrc
101101
export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/devlib/:${LD_LIBRARY_PATH}
102102
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DGGML_CANN=on -DSOC_TYPE=${{ matrix.device }} && cmake --build . -j $(nproc)

0 commit comments

Comments
 (0)