I've found a ggml model for distil-large-v3.5 on huggingface that I wanted to test with the whisper.cpp engine and found a UI issue for the whisiper.cpp config model dropdown will not show any manually added custom named models.
My current workaround is renaming a model that already exist in the directory, example; distil-large-v3.5 renamed into ggml-largev3.bin, and that seems to work.
Would be useful to have if later on for future support of other ggml models like parakeet-tdt-0.6b-v2
Also I wanted to add that this project is extremely helpful for me and awesome!