This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
build: add llama.cpp as submodule.
tags/0.11.0
Rinne
1 year ago
parent
9deb50a2f4
commit
5da0b4616a
No known key found for this signature in database
GPG Key ID:
E86D01E1809BD23E
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitmodules
+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
Write
Preview
Loading…
Cancel
Save