Tags: aleksas/llama.cpp
Tags
build: apply MSVC /bigobj option to c/cpp files only (ggml-org#11423)
server : fix cleaning up stream task (ggml-org#11418) * server : fix cleaning up stream task * one more spot
ci : fix line breaks on windows builds (ggml-org#11409) * ci : fix line breaks on windows builds * cont : another try * ci : fix powershell line breaks
CANN: Add Ascend CANN build ci (ggml-org#10217) * CANN: Add Ascend CANN build ci * Update build.yml * Modify cann image version * Update build.yml * Change to run on x86 system * Update build.yml * Update build.yml * Modify format error * Update build.yml * Add 'Ascend NPU' label restrictions * Exclude non PR event Co-authored-by: Yuanhao Ji <[email protected]> * Update build.yml --------- Co-authored-by: Yuanhao Ji <[email protected]>
hip : Add hipGraph and VMM support to ROCM (ggml-org#11362) * Add hipGraph support * Enable VMM on rocm
rocBLAS: Avoid fp32->fp16->fp32 conversion on cdna (ggml-org#11356)
release : pack /lib in the packages (ggml-org#11392) * release : pack /lib and /include in the packages * cmake : put libs in /bin * TMP : push artifacts * Revert "TMP : push artifacts" This reverts commit 4decf2c. * ci : fix HIP cmake compiler options to be on first line * ci : restore the original HIP commands * ci : change ubuntu build from latest to 20.04 * ci : try to fix macos build rpaths * ci : remove obsolete MacOS build * TMP : push artifacts * ci : change back to ubuntu latest * ci : macos set build rpath to "@loader_path" * ci : fix typo * ci : change ubuntu package to 22.04 * Revert "TMP : push artifacts" This reverts commit 537b09e.
CPU/CUDA: fix (GQA) mul mat back, add CUDA support (ggml-org#11380)
cmake : avoid -march=native when reproducible build is wanted (ggml-o… …rg#11366) See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Without this patch, compiling on different machines produced different binaries, which made verification of results difficult. Fixes: ggml-org#11317 This patch was done while working on reproducible builds for openSUSE.
PreviousNext