transformerlab / transformerlab-app

Experiment with Large Language Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local model flask icon only show on some models

dadmobile opened this issue · comments

It looks like it is looking for local_model = true, which gets added to info.json on trianing but not on export nor on import. If we use stored_in_filesystem instead it will pick up GGUF models.

Maybe exported models should add local_model=true and imported models can either be included based on source (or better yet, have their own icon!)