COMMITS
/ examples/embedding/embedding.cpp October 10, 2024
D
common : use common_ prefix for common library functions (#9805)
Diego Devesa committed
September 28, 2024
G
llama : add reranking support (#9510)
Georgi Gerganov committed
September 15, 2024
G
common : reimplement logging (#9418)
Georgi Gerganov committed
September 13, 2024
G
llama : llama_perf + option to disable timings during decode (#9355)
Georgi Gerganov committed
September 10, 2024
S
llama : move random seed generation to the samplers (#9398)
slaren committed
September 9, 2024
X
common : move arg parser code to `arg.cpp` (#9388)
Xuan Son Nguyen committed
September 7, 2024
X
common : refactor arg parser (#9308)
Xuan Son Nguyen committed
G
llama : refactor sampling v2 (#9294)
Georgi Gerganov committed
August 10, 2024
F
Add support for encoder-only T5 models (#8900)
fairydreaming committed
August 5, 2024
L
common : Changed tuple to struct (TODO fix) (#8823)
Liu Jia committed
June 24, 2024
Y
embedding : more cli arguments (#7458)
Yann Follet committed
June 21, 2024
D
llama : allow pooled embeddings on any model (#7477)
Douglas Hanley committed
June 4, 2024
G
common : refactor cli arg parsing (#7675)
Georgi Gerganov committed
May 22, 2024
G
common : normalize naming style (#7462)
Georgi Gerganov committed
May 15, 2024
D
embedding : free the batch after execution (#7297)
dm4 committed
May 11, 2024
J
llama : add Jina Embeddings architecture (#6826)
Joan Fontanals committed
April 9, 2024
J
BERT tokenizer fixes (#6498)
Jared Van Bortel committed
March 27, 2024
H
embedding : show full embedding for single prompt (#6342)
howlger committed
March 26, 2024
M
embedding : adjust `n_ubatch` value (#6296)
Minsoo Cheong committed
March 14, 2024
G
embedding : add EOS token if not present (#899)
Georgi Gerganov committed
G
embedding : print all resulting embeddings (#899)
Georgi Gerganov committed
G
embedding : print cosine similarity (#899)
Georgi Gerganov committed
March 13, 2024
S
llama : add pipeline parallelism support (#6017)
slaren committed
March 9, 2024
S
server : normalize embeddings (#5956)
SeungWon Jeong committed
March 4, 2024
G
llama : fix embeddings (#5796)
Georgi Gerganov committed
February 16, 2024
B
ggml : add numa options (#5377)
bmwl committed
February 13, 2024
D
llama : support batched embeddings (#5466)
Douglas Hanley committed
February 11, 2024
D
Add support for BERT embedding models (#5423)
Douglas Hanley committed
November 2, 2023
C
build : link against build info instead of compiling against it (#3879)
cebtenzzre committed
September 28, 2023
S
G
llama : custom attention mask + parallel decoding + no context swaps (#3228)
Georgi Gerganov committed
September 18, 2023
C
make : restore build-info.h dependency for several targets (#3205)
Cebtenzzre committed
September 15, 2023
C
examples : add compiler version and target to build info (#2998)
Cebtenzzre committed
September 8, 2023
C
examples : make n_ctx warning work again (#3066)
Cebtenzzre committed
September 7, 2023
C
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre committed
August 27, 2023
G
llama : more tokenizer fixes (#2810)
Georgi Gerganov committed
August 22, 2023
S
embedding : evaluate prompt in batches (#2713)
slaren committed
August 21, 2023
G
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov committed
July 10, 2023
E
mpi : add support for distributed inference via MPI (#2099)
Evan Miller committed
July 6, 2023
J
convert : update for baichuan (#2081)
Judd committed
June 29, 2023
H
Use unsigned for random seed (#2006)
Howard Su committed
June 26, 2023
Z
ggml : add NUMA support (#1556)
zrm committed
June 24, 2023
D
llama : make model stateless and context stateful (llama_state) (#1797)
Didzis Gosko committed
June 16, 2023
B
build : fix and ignore MSVC warnings (#1889)
Borislav Stanimirov committed
May 20, 2023
G
llama : add llama_init_backend() API (close #1527)
Georgi Gerganov committed
May 16, 2023
A
define default model path once, sync path with readme (#1366)
András Salamon committed
May 13, 2023
R
embedding : remove unused code (#1426)
Rinne committed
May 2, 2023
R
examples : add llama_init_from_gpt_params() common function (#1290)
Ron Evans committed
R
llama : allow 0 as a seed number. (#1275)
Robert Brisita committed
May 1, 2023
D
Add git-based build information for better issue tracking (#1232)
DannyDaemonic committed