Skip to content

Commit

Permalink
Update llamacpp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuedinge233 authored Nov 20, 2024
1 parent c5319da commit cc018d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: llama.cpp

defaults:
run:
shell: bash -ieo pipefail {0}
shell: bash -el {0}
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Build
run: |
source /root/.bashrc
export LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${LIBRARY_PATH}
# source /root/.bashrc
# export LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${LIBRARY_PATH}
cd llama.cpp
mkdir build
cd build
Expand Down

0 comments on commit cc018d0

Please sign in to comment.