Hacker News new | ask | show | jobs
by remorses 1151 days ago
It would be cool too see a port of llama.cpp and ggml to Zig

https://github.com/ggerganov/llama.cpp

https://github.com/ggerganov/ggml

1 comments

I wonder how much of the heavy lifting on GGML can be done with `zig translate-c ggml.c`

GGML seems to be just one gigantic 10K LOC C file anyways...