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 5, 2024
1 parent 2271394 commit 3750ed0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:

- name: Install llamacpp
run: |
npu-smi info
apt-get update
apt-get install sudo
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
echo "y" | apt-get install git
source /root/.bashrc
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
Expand Down

0 comments on commit 3750ed0

Please sign in to comment.