There is currently a version gap with respect to libggml: SD uses ggml 0.9.5, llama.cpp and whisper.cpp are on 0.9.8.
I ask these questions because I integrate all three libraries in my cyllama project, and I've had to include different ggml versions to SD from the llama.cpp/whisper.cpp. Also concerned that upstream bug fixes may not propagate to SD so readily if it keeps its owned vendored copy of ggml or if the gap widens.
S
There is currently a version gap with respect to libggml: SD uses ggml 0.9.5, llama.cpp and whisper.cpp are on 0.9.8.
Is is a project objective to catch up with changes in upstream libggml?
is it a project objective to keep SD's libggml consistent with upstream libggml?
I ask these questions because I integrate all three libraries in my cyllama project, and I've had to include different ggml versions to SD from the llama.cpp/whisper.cpp. Also concerned that upstream bug fixes may not propagate to SD so readily if it keeps its owned vendored copy of ggml or if the gap widens.
S