chore: hide raw safetensors files (#4085)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto authored and GitHub committed 2024-11-06 12:04:39 +01:00
1 parent b425a870b0
commit c4af769d4f
1 file changed
+1
+1
View File
@@ -62,6 +62,7 @@ var knownModelsNameSuffixToSkip []string = []string{
".MD", ".MD",
".DS_Store", ".DS_Store",
".", ".",
".safetensors",
".partial", ".partial",
".tar.gz", ".tar.gz",
} }