]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
add google magika inference example (#748)
authorslaren <redacted>
Sun, 25 Feb 2024 19:41:35 +0000 (20:41 +0100)
committerGitHub <redacted>
Sun, 25 Feb 2024 19:41:35 +0000 (20:41 +0100)
commitb458250b736a7473f7ff3560d47c93f1644f3290
treeb2e0e8cab8be525135a763206875da7345961787
parent582d85ba7baf4d56334df4f9c99d822c7fb96715
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
examples/CMakeLists.txt
examples/magika/CMakeLists.txt [new file with mode: 0644]
examples/magika/README.md [new file with mode: 0644]
examples/magika/convert.py [new file with mode: 0644]
examples/magika/main.cpp [new file with mode: 0644]
src/ggml.c