Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | cmake : install targets (#2256) | wzy | |
fix #2252 | |||
2023-07-14 | examples : fixed path typos in embd-input (#2214) | Shangning Xu | |
2023-07-10 | mpi : add support for distributed inference via MPI (#2099) | Evan Miller | |
* MPI support, first cut * fix warnings, update README * fixes * wrap includes * PR comments * Update CMakeLists.txt * Add GH workflow, fix test * Add info to README * mpi : trying to move more MPI stuff into ggml-mpi (WIP) (#2099) * mpi : add names for layer inputs + prep ggml_mpi_graph_compute() * mpi : move all MPI logic into ggml-mpi Not tested yet * mpi : various fixes - communication now works but results are wrong * mpi : fix output tensor after MPI compute (still not working) * mpi : fix inference * mpi : minor * Add OpenMPI to GH action * [mpi] continue-on-error: true * mpi : fix after master merge * [mpi] Link MPI C++ libraries to fix OpenMPI * tests : fix new llama_backend API * [mpi] use MPI_INT32_T * mpi : factor out recv / send in functions and reuse * mpi : extend API to allow usage with outer backends (e.g. Metal) --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | |||
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 | |
* add interface for float input * fixed inpL shape and type * add examples of input floats * add test example for embd input * fixed sampling * add free for context * fixed add end condition for generating * add examples for llava.py * add READMD for llava.py * add READMD for llava.py * add example of PandaGPT * refactor the interface and fixed the styles * add cmake build for embd-input * add cmake build for embd-input * Add MiniGPT-4 example * change the order of the args of llama_eval_internal * fix ci error |