Skip to content

Releases: ggerganov/llama.cpp

b4567

27 Jan 15:04
d6d24cd
Compare
Choose a tag to compare
AMD: parse the architecture as supplied by gcnArchName (#11244)

The value provided by minor doesn't include stepping for AMD, parse the value returned by gcnArchName instead to retrieve an accurate ID.

b4566

27 Jan 14:44
a5203b4
Compare
Choose a tag to compare
llama : minor fixes for up llama load model speed (#11448)

* impl::load change map bpe_ranks to onordered map for reduce time of impl::load on 30%

* llama_model_loader::init_mapping - replace new llama_mmap to std::make_unique<llama_mmap> for clean code & reduce (/2) time of running init_mappings

* Update src/llama-vocab.cpp

---------

Co-authored-by: lexasub <[email protected]>
Co-authored-by: Diego Devesa <[email protected]>

b4565

27 Jan 11:45
df984e0
Compare
Choose a tag to compare
llama: refactor llama_decode_impl (#11381)

b4564

27 Jan 08:35
acd38ef
Compare
Choose a tag to compare
metal: Handle null returned from MTLCreateSystemDefaultDevice() (#11441)

This fixes segmentation fault error when running tests when no metal
devices are available (for example, when not linked with Core Graphics
framework or otherwise).

b4562

26 Jan 19:14
178a7eb
Compare
Choose a tag to compare
metal : use residency sets (#11427)

* metal : use residency sets

ggml-ci

* metal : restore commandBufferWithUnretainedReferences calls [no ci]

* metal : release descriptors

ggml-ci

* metal : check env GGML_METAL_NO_RESIDENCY

ggml-ci

* metal : fix build + clean-up

ggml-ci

b4560

26 Jan 16:39
19f6518
Compare
Choose a tag to compare
cmake: add ggml find package (#11369)

* Add initial ggml cmake package

* Add build numbers to ggml find-package

* Expand variables with GGML_ prefix

* Guard against adding to cache variable twice

* Add git to msys2 workflow

* Handle ggml-cpu-* variants

* Link ggml/ggml-base libraries to their targets

* Replace main-cmake-pkg with simple-cmake-pkg

* Interface features require c_std_90

* Fix typo

* Removed unnecessary bracket from status message

* Update examples/simple-cmake-pkg/README.md

Co-authored-by: Georgi Gerganov <[email protected]>

* Update examples/simple-cmake-pkg/README.md

Co-authored-by: Georgi Gerganov <[email protected]>

---------

Co-authored-by: Georgi Gerganov <[email protected]>

b4559

26 Jan 15:57
1d8ee06
Compare
Choose a tag to compare
rpc: fix register position (#11424)

Signed-off-by: thxCode <[email protected]>

b4557

26 Jan 02:56
f35726c
Compare
Choose a tag to compare
build: apply MSVC /bigobj option to c/cpp files only (#11423)

b4552

25 Jan 16:17
49b0e3c
Compare
Choose a tag to compare
server : fix cleaning up stream task (#11418)

* server : fix cleaning up stream task

* one more spot

b4550

25 Jan 12:12
00c24ac
Compare
Choose a tag to compare
ci : fix line breaks on windows builds (#11409)

* ci : fix line breaks on windows builds

* cont : another try

* ci : fix powershell line breaks