Skip to content

Tags: aleksas/llama.cpp

Tags

b4557

Toggle b4557's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: apply MSVC /bigobj option to c/cpp files only (ggml-org#11423)

b4552

Toggle b4552's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
server : fix cleaning up stream task (ggml-org#11418)

* server : fix cleaning up stream task

* one more spot

b4550

Toggle b4550's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

b4549

Toggle b4549's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

b4548

Toggle b4548's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
hip : Add hipGraph and VMM support to ROCM (ggml-org#11362)

* Add hipGraph support

* Enable VMM on rocm

b4547

Toggle b4547's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CUDA: fix FP16 cuBLAS GEMM (ggml-org#11396)

b4546

Toggle b4546's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rocBLAS: Avoid fp32->fp16->fp32 conversion on cdna (ggml-org#11356)

b4545

Toggle b4545's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

b4543

Toggle b4543's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CPU/CUDA: fix (GQA) mul mat back, add CUDA support (ggml-org#11380)

b4542

Toggle b4542's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.