]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Add embedding mode with arg flag. Currently working (#282)
authorLuciano <redacted>
Fri, 24 Mar 2023 15:05:13 +0000 (08:05 -0700)
committerGitHub <redacted>
Fri, 24 Mar 2023 15:05:13 +0000 (17:05 +0200)
commit8d4a855c241ecb0f3ddc03447fe56002ebf27a37
tree4de329fb2849fb6128d05237850b8ceb7519bf36
parentb6b268d4415fd3b3e53f22b6619b724d4928f713
Add embedding mode with arg flag. Currently working (#282)

* working but ugly

* add arg flag, not working on embedding mode

* typo

* Working! Thanks to @nullhook

* make params argument instead of hardcoded boolean. remove useless time check

* start doing the instructions but not finished. This probably doesnt compile

* Embeddings extraction support

---------

Co-authored-by: Georgi Gerganov <redacted>
llama.cpp
llama.h
main.cpp
utils.cpp
utils.h