Skip to content

Commit

Permalink
chore: hide raw safetensors files (#4085)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Nov 6, 2024
1 parent b425a87 commit c4af769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var knownModelsNameSuffixToSkip []string = []string{
".MD",
".DS_Store",
".",
".safetensors",
".partial",
".tar.gz",
}
Expand Down

0 comments on commit c4af769

Please sign in to comment.