Spaces:
Running
Running
Commit ·
b4e6021
0
Parent(s):
add llama-cpp-python JamePeng's fork
Browse files- .gitmodules +3 -0
- llama-cpp-python +1 -0
.gitmodules
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[submodule "llama-cpp-python"]
|
| 2 |
+
path = llama-cpp-python
|
| 3 |
+
url = https://github.com/JamePeng/llama-cpp-python
|
llama-cpp-python
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 90fd22c2fb3d6a5cc906bbc1655f7fcd2ecd07b6
|