]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Add missing struct annotation (#483)
authorDoomsdayrs <redacted>
Sat, 25 Mar 2023 05:21:24 +0000 (01:21 -0400)
committerGitHub <redacted>
Sat, 25 Mar 2023 05:21:24 +0000 (07:21 +0200)
commit36d07532ef7ccf0bdc12e050472f359a6794957f
tree3cb80bea877271666d12dd8fd283386e711db9e9
parent6f1ee4b640912211a4b07965c585d327e32e734d
Add missing struct annotation (#483)

`llama_sample_top_p_top_k` was missing the struct annotation on line 126.

This causes a compiler issue when being parsed by the Kotlin C interop generator.

This commit fixes the above issue by adding the struct annotation.
llama.h