Rename model filename

#1
by thewh1teagle - opened

Hi,
Can you rename the model filename to something more specific that includes version etc?
Thanks

ivrit.ai org

I thought this would cause problems. Bummer.
The HuggingFace convention is that the repo-id (name) is the description of the model, and the filenames represent what their function is (weights, configuration, vocabulary etc).
So we tried to align to those standards.

I looked at the downloader code of Vibe, and really hoped you somehow derive the repo-id along with the file name - this would, in most cases create a meaningful local model filename.
ggml is self contained - and so you could get away with renaming the file - though, if it had additional files this would no longer work.

Did I convince you maybe to try and grap the repo id when the source is HuggingFace? I think this could also help with LLM local model you might download locally in the future.

Let me know what you think.

Sign up or log in to comment