aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
AgeCommit message (Expand)Author
2023-07-10mpi : add support for distributed inference via MPI (#2099)Evan Miller
2023-07-07ci : switch threads to 1 (#2138)Georgi Gerganov
2023-07-07ggml : change ggml_graph_compute() API to not require context (#1999)Qingyou Meng
2023-07-05ggml : generalize `quantize_fns` for simpler FP16 handling (#1237)Stephan Walter
2023-07-04CI: make the brew update temporarily optional. (#2092)Erik Scholz
2023-06-12ci : run when changing only the CUDA sources (#1800)slaren
2023-05-27Include server in releases + other build system cleanups (#1610)Kerfuffle
2023-05-27[CI] Fix openblas (#1613)Henri Vasserman
2023-05-27[CI] CLBlast: Fix directory name (#1606)Henri Vasserman
2023-05-24Update CLBlast to 1.6.0 (#1580)Henri Vasserman
2023-05-20feature : support blis and other blas implementation (#1536)Zenix
2023-05-07CI: add Windows CLBlast and OpenBLAS builds (#1277)Henri Vasserman
2023-05-05ci : add cublas to windows release (#1271)Erik Scholz
2023-04-24Fix build for gcc 8 and test in CI (#1154)Stephan Walter
2023-04-22ci : trigger CI for drafts, but not most PR actions (#1125)Stephan Walter
2023-04-22cmake : fix build under Windows when enable BUILD_SHARED_LIBS (#1100)Howard Su
2023-04-20ci : remove the LLAMA_ACCELERATE matrix dimension from Ubuntu builds in the C...Ivan Komarov
2023-04-18ci : do not run on draftsGeorgi Gerganov
2023-03-29ci : re-enable AVX512 testing (Windows-MSVC) (#584)anzz1
2023-03-28CI: fix subdirectory path globbing (#546)anzz1
2023-03-28ci : make ctest verbose, hopefully we see what is wrong with the sanitizerGeorgi Gerganov
2023-03-26ci: add debug build to sanitizer build matrix (#527)Erik Scholz
2023-03-26CI: Run other sanitizer builds even if one fails (#511)anzz1
2023-03-25CMake / CI additions (#497)anzz1
2023-03-23CI: CMake: Separate build and test steps (#376)anzz1
2023-03-22Deduplicate q4 quantization functions (#383)Stephan Walter
2023-03-22Fix bin dir for win cianzz1
2023-03-21specify build type for ctest on windows (#371)Erik Scholz
2023-03-21Add tokenizer test + revert to C++11 (#355)Georgi Gerganov
2023-03-18CI Improvements (#230)anzz1
2023-03-17add ptread link to fix cmake build under linux (#114)mmyjona
2023-03-17🚀 Dockerize llamacpp (#132)Bernat Vadell
2023-03-13Add windows to the CI (#98)Sebastián A
2023-03-12Add CI (#60)Georgi Gerganov