aboutsummaryrefslogtreecommitdiff
path: root/examples/embedding/embedding.cpp
AgeCommit message (Expand)Author
2023-07-10mpi : add support for distributed inference via MPI (#2099)Evan Miller
2023-07-06convert : update for baichuan (#2081)Judd
2023-06-29Use unsigned for random seed (#2006)Howard Su
2023-06-26ggml : add NUMA support (#1556)zrm
2023-06-24llama : make model stateless and context stateful (llama_state) (#1797)Didzis Gosko
2023-06-16build : fix and ignore MSVC warnings (#1889)Borislav Stanimirov
2023-05-20llama : add llama_init_backend() API (close #1527)Georgi Gerganov
2023-05-16define default model path once, sync path with readme (#1366)AndrĂ¡s Salamon
2023-05-13embedding : remove unused code (#1426)Rinne
2023-05-02examples : add llama_init_from_gpt_params() common function (#1290)Ron Evans
2023-05-02llama : allow 0 as a seed number. (#1275)Robert Brisita
2023-05-01Add git-based build information for better issue tracking (#1232)DannyDaemonic
2023-04-16examples: add missing <ctime> include for time() (#1011)Pavol Rusnak
2023-04-10Rewrite loading code to try to satisfy everyone:comex
2023-03-25Cleanup STL headers + fix embedding examples + minor stuffGeorgi Gerganov
2023-03-25Overhaul the examples structureGeorgi Gerganov