-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[WIP] feat: build llama cpp externally #5790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for localai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
4980a37
to
608264c
Compare
d1569f2
to
f3b1c38
Compare
So a completely separate Dockerfile and Makefile? This will be a major improvement! |
yup! my plan is to isolate everything, one backend at a time. Currently the llama.cpp one is the most heavy, having also lots of specific code in the golang part - ideally I want to get rid of all of the specific llama.cpp code and the binary bundling bits out of the main code. This is how I'm testing things now with #5816 in:
|
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
f3b1c38
to
5885711
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
6543c3f
to
4005854
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
4005854
to
630fdba
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
acbbeea
to
37c6d01
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
37c6d01
to
11a7e53
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Ettore Di Giacinto <[email protected]>
0c1529b
to
ae65455
Compare
63b5811
to
aed65dc
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
aed65dc
to
1ff1138
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
7256800
to
3cd5ff2
Compare
Signed-off-by: Ettore Di Giacinto <[email protected]>
3cd5ff2
to
1d87908
Compare
Description
This PR fixes #
Notes for Reviewers
Signed commits