go-skynet / model-gallery

:card_file_box: a curated collection of models ready-to-use with LocalAI

Home Page:https://localai.io/models/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear filename and extensions for LLMs

finger42 opened this issue · comments

Hello,

I tried the first time the model-gallery.
This is a real good idea to precollect the existing models. :-)

My test was to use ggml-gpt4all-j .
Due to my poor Internet connection I store them all on my
local filesystem too. There I noticed that most of the ggml files use the extension .bin .
My models dirctory looks like:

-rw-rw-r--  1 user user 3,6G Jul 15 20:37 ggml-gpt4all-j
-rw-r--r--  1 root    root     202 Jul 15 20:57 gpt-3.5-turbo.yaml
-rw-r--r--  1 root    root     179 Jul 15 20:57 gpt4all-chat.tmpl
-rw-r--r--  1 root    root      57 Jul 15 20:57 gpt4all-completion.tmpl
-rw-rw-r--  1 user user     0 Jul  2 11:41 .keep

After browsing through some other models like:

  • gpt4all-j-groovy
  • gpt4all-l13b-snoozy
  • openllama-7b

They are stored in different file endings.

Is it worth to fix theme so that the file endings are all the same ( with .bin ) ?

Tested and found no other none .bin files.