diff --git a/cmd/cmd.go b/cmd/cmd.go index 61ee9986..9cf6aa32 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -393,6 +393,8 @@ func PullHandler(cmd *cobra.Command, args []string) error { model, err := server.GetModel(tag) if err != nil { + slog.Info(fmt.Sprintf("skipping tag '%s'", tag)) + // nolint: nilerr return nil }