index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
embd-input
/
embd-input-lib.cpp
Age
Commit message (
Expand
)
Author
2023-10-11
common : fix mirostat state when using multiple sequences (#3543)
Kerfuffle
2023-09-28
llama.cpp : split llama_context_params into model and context params (#3301)
slaren
2023-09-28
llama : custom attention mask + parallel decoding + no context swaps (#3228)
Georgi Gerganov
2023-09-18
make : restore build-info.h dependency for several targets (#3205)
Cebtenzzre
2023-09-15
examples : add compiler version and target to build info (#2998)
Cebtenzzre
2023-09-08
build : do not use _GNU_SOURCE gratuitously (#2035)
Przemysław Pawełczyk
2023-09-07
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre
2023-08-27
llama : more tokenizer fixes (#2810)
Georgi Gerganov
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-08-04
build : fix several cast and printf warnings (#2499)
Borislav Stanimirov
2023-07-10
mpi : add support for distributed inference via MPI (#2099)
Evan Miller
2023-07-05
embd-input: Fix input embedding example unsigned int seed (#2105)
Nigel Bosch
2023-07-01
embd-input : fix returning ptr to temporary
Georgi Gerganov
2023-06-28
llama : support input embeddings directly (#1910)
ningshanwutuobang