Commit graph

94 commits

Author SHA1 Message Date
Marc R Kellerman
d5a5571d0e Merge branch 'feature/devcontainer' of https://github.com/go-skynet/llama-cli into feature/devcontainer 2023-04-15 16:05:55 -07:00
Marc R Kellerman
467dcbd7bd Update docker-compose.yml 2023-04-15 16:05:38 -07:00
mudler
1e49f92f80 Minor fixes due to rebase 2023-04-16 01:04:33 +02:00
Marc R Kellerman
c04c24396d Merge branch 'feature/devcontainer' of https://github.com/go-skynet/llama-cli into feature/devcontainer 2023-04-15 15:59:40 -07:00
Marc R Kellerman
d72ab3a2ff Update launch.json 2023-04-15 15:59:32 -07:00
mudler
7fdff40a34 Go tidy 2023-04-16 00:59:16 +02:00
mudler
dbd087988f Use .env variables in docker-compose 2023-04-16 00:54:20 +02:00
mudler
3f8d5aaeb3 Cleanup makefile 2023-04-16 00:48:13 +02:00
Marc R Kellerman
1d877bd70b fixes
This reverts commit daea8e158e.
2023-04-15 15:38:57 -07:00
Marc R Kellerman
daea8e158e Revert "latest changes"
This reverts commit 5fab6ab544.
2023-04-15 15:26:34 -07:00
Marc R Kellerman
50339456b0 Revert "Merge branch 'master' into feature/devcontainer"
This reverts commit 56f2b743df, reversing
changes made to 5fab6ab544.
2023-04-15 15:24:53 -07:00
Marc R Kellerman
56f2b743df
Merge branch 'master' into feature/devcontainer 2023-04-15 15:23:22 -07:00
Marc R Kellerman
5fab6ab544 latest changes 2023-04-15 15:16:29 -07:00
Marc R Kellerman
08167ea730 Merge branch 'master' into feature/devcontainer 2023-04-15 15:07:48 -07:00
Ettore Di Giacinto
e8eab66c30
Merge pull request #22 from go-skynet/update-llama.cpp
⬆️ Update go-llama.cpp to `llama.cpp-2f7c8e0`
2023-04-16 00:06:52 +02:00
mudler
a73a497143 Update llama.cpp 2023-04-15 23:57:00 +02:00
Ettore Di Giacinto
6aea515e1d
Merge pull request #20 from go-skynet/mudler-patch-1
📖 Update README.md
2023-04-15 00:38:30 +02:00
Ettore Di Giacinto
dfc2b7e02a
📖 Update README.md 2023-04-15 00:38:18 +02:00
Ettore Di Giacinto
040290971c
Merge pull request #19 from go-skynet/tags
Use tags for go-llama.cpp
2023-04-15 00:14:47 +02:00
mudler
553bad585e Use tags for go-llama.cpp 2023-04-15 00:07:39 +02:00
Marc R Kellerman
ad18b83054 fix case of env variable 2023-04-13 23:08:29 -07:00
Marc R Kellerman
c2c6ffb23f add Makefile for ease of use 2023-04-13 23:06:58 -07:00
Marc R Kellerman
5133476c78 add vscode devcontainer and launch task 2023-04-13 23:06:38 -07:00
Ettore Di Giacinto
f76b612506
Merge pull request #17 from go-skynet/mudler-patch-1
Fix comment typo
2023-04-13 15:21:13 +02:00
Ettore Di Giacinto
c4e94c88d7
Fix comment typo
Thanks to @deadprogram for noticing it!
2023-04-13 15:20:51 +02:00
mudler
a9cd6b3ca3 ci: Fix tag detection for 'latest' 2023-04-13 01:37:09 +02:00
mudler
e786576b95 Update README 2023-04-13 01:28:15 +02:00
Ettore Di Giacinto
d426571789
Merge pull request #16 from go-skynet/fix_arm
Drop armv7 builds
2023-04-13 01:21:58 +02:00
mudler
a896a2b5ad Drop armv7 builds 2023-04-13 01:21:40 +02:00
Ettore Di Giacinto
8273cd5c04
Merge pull request #15 from go-skynet/docker-compose
Add docker-compose file
2023-04-13 01:17:44 +02:00
mudler
16f1281d38 Minor workflow fixes 2023-04-13 01:16:13 +02:00
mudler
8042e9a2d6 Add docker-compose
Fixes #14

Signed-off-by: mudler <mudler@c3os.io>
2023-04-13 01:13:14 +02:00
mudler
624092cb99 Update README 2023-04-12 00:07:30 +02:00
mudler
a422a883ac Minor rephrasing 2023-04-12 00:04:15 +02:00
mudler
7858a97254 Update README 2023-04-12 00:02:47 +02:00
mudler
5556aa46dd Small refinements and refactors 2023-04-12 00:02:39 +02:00
mudler
eb4257f946 Add .gitignore 2023-04-11 23:44:00 +02:00
mudler
ae30bd346d Reorganize repository layout 2023-04-11 23:43:43 +02:00
mudler
93d8977ba2 Return model list 2023-04-10 12:02:40 +02:00
mudler
f43aeeb4a1 Add both API endpoints (completion, chat) 2023-04-09 12:30:55 +02:00
mudler
c17dcc5e9d Allow to inject prompt as part of the call 2023-04-09 09:36:19 +02:00
mudler
4a932483e1 Small fixup to template loading 2023-04-08 11:59:40 +02:00
mudler
b710147b95 Add mutex on same models (parallel isn't supported yet) 2023-04-08 11:45:36 +02:00
mudler
ba70363330 Use template input 2023-04-08 11:24:25 +02:00
mudler
9fb581739b Allow to template model prompts inputs 2023-04-08 10:46:51 +02:00
mudler
48aca246e3 Drop unused interactive mode 2023-04-07 11:31:14 +02:00
mudler
12eee097b7 Make it compatible with openAI api, support multiple models
Signed-off-by: mudler <mudler@c3os.io>
2023-04-07 11:30:59 +02:00
mudler
b33d015b8c Use go-llama.cpp 2023-04-07 10:08:15 +02:00
Ettore Di Giacinto
b7c0a108f5
Update README.md 2023-04-05 22:28:03 +02:00
Ettore Di Giacinto
f694a89c28
Update README.md 2023-04-05 22:14:00 +02:00