Merge pull request #248 from localagi/main
make git module accessible anonymously
This commit is contained in:
commit
4f7a6daa25
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "vendor/llama.cpp"]
|
[submodule "vendor/llama.cpp"]
|
||||||
path = vendor/llama.cpp
|
path = vendor/llama.cpp
|
||||||
url = git@github.com:ggerganov/llama.cpp.git
|
url = https://github.com/ggerganov/llama.cpp.git
|
||||||
|
|
Loading…
Reference in a new issue