Commit Graph

5 Commits

Author SHA1 Message Date
Johannes Gäßler
41c67eea60 GGUF: C++ refactor, backend support, misc fixes (skip) (llama/11030)
ggml-ci
2025-01-14 09:36:36 +02:00
slaren
f3c1e6aeaa update tests and examples 2024-11-04 19:42:09 +02:00
Georgi Gerganov
5378ea0d3c
ggml : reorganize source code + improve CMake (#865)
* scripts : update sync [no ci]

* ggml : move headers one up [no ci]

* files : reorganize + update CMake

ggml-ci

* cmake : build normal ggml library

ggml-ci

* cmake : link math library to test + remove ci for code cov

ggml-ci

* files : move public headers to include

ggml-ci
2024-06-26 19:33:53 +03:00
slaren
f5adbb05c8 magika : fix ggml_backend_graph_compute status check (closes #760) 2024-03-07 02:27:15 +01:00
slaren
b458250b73
add google magika inference example (#748)
* add magika inference example

* ggml : fix unaligned accesses in custom ops

* ggml : fix FP32 GELU for values that exceed the FP16 range

* use ggml_pool_1d

* add README

* Update README.md

* pad inputs if the files are too small

* cleanup

ggml-ci
2024-02-25 20:41:35 +01:00