-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Curtis Gray
committed
May 29, 2024
1 parent
645be00
commit 82687d2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wingman.cpp
updated
13 files
+25 −0 | wingman/include/control.h | |
+8 −2 | wingman/include/embedding.h | |
+5 −6 | wingman/include/ingest.h | |
+82 −30 | wingman/include/llama.hpp | |
+75 −24 | wingman/include/progressbar.hpp | |
+0 −1 | wingman/include/types.h | |
+118 −0 | wingman/libsrc/control.cpp | |
+9 −10 | wingman/libsrc/embedding.cpp | |
+147 −110 | wingman/libsrc/ingest.cpp | |
+18 −2 | wingman/libsrc/wingman.control.cpp | |
+115 −125 | wingman/tools/tool.ingest.cpp | |
+231 −63 | wingman/tools/tool.retrieve.cpp | |
+4 −0 | wingman/wingman.server.cpp |