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 7, 2024
1 parent 0663951 commit 006d164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
command: |
npu-smi info
apt-get update
apt-get install sudo cmake
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
echo "y" | apt-get install cmake
echo "y" | apt-get install git
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
source /root/.bashrc
git clone https://github.com/ggerganov/llama.cpp.git
Expand Down

0 comments on commit 006d164

Please sign in to comment.