Skip to content

Releases: youcanyouupsb/llama.cpp

b3246

Choose a tag to compare

@github-actions github-actions released this 27 Jun 07:18
ac14662
Fix llama-android.cpp for error - "common/common.h not found" (#8145)

- Path seems to be wrong for the common.h header file in llama-android.cpp file. Fixing the path so the Android Build doesn't fail with the error "There is no file common/common.h"

b3030

Choose a tag to compare

@github-actions github-actions released this 29 May 04:20
504f0c3
ggml : fix typo in ggml.c (#7603)

b2798

Choose a tag to compare

@github-actions github-actions released this 07 May 10:48
947d3ad
ci : add GG_BUILD_EXTRA_TESTS_0 env (#7098)

* ci : add GG_BUILD_EXTRA_TESTS_0 env

ggml-ci

* Update run.sh

ggml-ci

b2795

Choose a tag to compare

@github-actions github-actions released this 06 May 09:22
bcdee0d
minor : fix trailing whitespace

b2586

Choose a tag to compare

@github-actions github-actions released this 03 Apr 08:08
5260486
[SYCL] Disable iqx on windows as WA (#6435)

* disable iqx on windows as WA

* array instead of global_memory

b2582

Choose a tag to compare

@github-actions github-actions released this 01 Apr 10:10
c50a82c
readme : update hot topics

b2479

Choose a tag to compare

@github-actions github-actions released this 21 Mar 01:29
42e21c6
cuda : fix conflict with std::swap (#6186)