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