chore: hide raw safetensors files (#4085)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2024-11-06 12:04:39 +01:00
committed by GitHub
parent b425a870b0
commit c4af769d4f

View File

@@ -62,6 +62,7 @@ var knownModelsNameSuffixToSkip []string = []string{
".MD",
".DS_Store",
".",
".safetensors",
".partial",
".tar.gz",
}