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 19, 2024
1 parent f4ee062 commit b0296e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
command: |
yum update -y
yum install git cmake gcc gcc-c++ make -y
source /root/.bashrc
git clone https://github.com/ggerganov/llama.cpp.git
- name: Build
run: |
source /root/.bashrc
cd llama.cpp
mkdir build
cd build
Expand Down

0 comments on commit b0296e4

Please sign in to comment.