Browse Source

build: add llama.cpp as submodule.

tags/0.11.0
Rinne 1 year ago
parent
commit
5da0b4616a
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      llama.cpp

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
[submodule "llama.cpp"]
path = llama.cpp
url = https://github.com/ggerganov/llama.cpp.git

+ 1
- 0
llama.cpp

@@ -0,0 +1 @@
Subproject commit 3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6

Loading…
Cancel
Save