transformerlab-app
transformerlab-app copied to clipboard
Local model flask icon only show on some models
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!)