Skip to content

Commit 3ee23e4

Browse files
committed
fix: fix submodule update - as part of llama.cpp sync
1 parent 697c1e4 commit 3ee23e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/bootstrap.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/bash -e
22

33
git submodule init
4-
git submodule update --recursive --remote
5-
6-
# cp ./llama.cpp/
4+
git submodule update --recursive
75

86
cp ./llama.cpp/include/llama.h ./cpp/llama.h
97

0 commit comments

Comments
 (0)