summaryrefslogtreecommitdiff
path: root/examples/embd-input/embd-input-lib.cpp
AgeCommit message (Expand)Author
2023-10-11common : fix mirostat state when using multiple sequences (#3543)Kerfuffle
2023-09-28llama.cpp : split llama_context_params into model and context params (#3301)slaren
2023-09-28llama : custom attention mask + parallel decoding + no context swaps (#3228)Georgi Gerganov
2023-09-18make : restore build-info.h dependency for several targets (#3205)Cebtenzzre
2023-09-15examples : add compiler version and target to build info (#2998)Cebtenzzre
2023-09-08build : do not use _GNU_SOURCE gratuitously (#2035)Przemysław Pawełczyk
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