summaryrefslogtreecommitdiff
path: root/examples/embd-input/embd-input-lib.cpp
AgeCommit message (Expand)Author
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-08-27llama : more tokenizer fixes (#2810)Georgi Gerganov
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov
2023-08-04build : fix several cast and printf warnings (#2499)Borislav Stanimirov
2023-07-10mpi : add support for distributed inference via MPI (#2099)Evan Miller
2023-07-05embd-input: Fix input embedding example unsigned int seed (#2105)Nigel Bosch
2023-07-01embd-input : fix returning ptr to temporaryGeorgi Gerganov
2023-06-28llama : support input embeddings directly (#1910)ningshanwutuobang