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 8, 2024
1 parent 4adc69c commit 1d7122e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- /etc/ascend_install.info:/etc/ascend_install.info
options: --network host
--name llamacpp_build
--device /dev/davinci6
--device /dev/davinci5
--device /dev/davinci_manager
--device /dev/devmm_svm
--device /dev/hisi_hdc
Expand All @@ -64,6 +64,9 @@ jobs:
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
- name: Build
run: |
cmake -B build
cmake --build build --config Release
Expand Down

0 comments on commit 1d7122e

Please sign in to comment.