llama.cpp
36d07532 - Add missing struct annotation (#483)

Commit
2 years ago
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.
Author
Parents
Loading