summaryrefslogtreecommitdiff
path: root/examples/embd-input
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-23chmod : make scripts executable (#2675)Cebtenzzre
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-21examples : fix typo in minigpt4.py (#2298)Ikko Eltociear Ashimine
2023-07-19cmake : install targets (#2256)wzy
2023-07-14examples : fixed path typos in embd-input (#2214)Shangning Xu
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