Skip to content

Commit

Permalink
fix: setup.sh: also sync llama.cpp submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp committed Dec 11, 2024
1 parent cb27373 commit 45be081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chat/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ git clone https://github.com/abetlen/llama-cpp-python --no-checkout --recurse-su
cd llama-cpp-python
git checkout v0.3.2
git submodule update
pushd vendor/llama.cpp
git submodule init
git submodule update
popd
git fetch origin pull/1552/head
git rebase ffc47e5a95cf31fe6d9d6d7953d5eb17fdcc8513

0 comments on commit 45be081

Please sign in to comment.