Skip to content

How does GGML syncing work across ggml / llama.cpp / whisper.cpp repos? #1066

Answered by ggerganov
peter277 asked this question in Q&A
Discussion options

You must be logged in to vote

Would anybody be able to please refer me to or provide an explanation of how this works?

The ggml source code is synced manually across the ggml, whisper.cpp and llama.cpp repositories using the sync Bash scripts in the scripts folder of the repos. Currently, I do this every once in a while - usually once per week.

I attempted compiling this standalone ggml repo with the same GGML options I was using on llama.cpp but it failed with errors (in my case option GGML_OPENCL=ON was the problem - while recently this commit was merged into the ggml repo it has less changes than its corresponding commit in llama.cpp so it appears the synchronisation may be partial and the specific error is CMak…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@peter277
Comment options

@ggerganov
Comment options

Answer selected by peter277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants