From 086449b6c783a325c251200bb89c6c80ade06939 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 17 Aug 2023 15:32:31 -0700 Subject: [PATCH] fmt --- server/images.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/images.go b/server/images.go index c187490f..5c6aa4d4 100644 --- a/server/images.go +++ b/server/images.go @@ -105,9 +105,9 @@ type LayerReader struct { type ConfigV2 struct { ModelFamily llm.ModelFamily `json:"model_family"` - ModelType string `json:"model_type"` - FileType string `json:"file_type"` - RootFS RootFS `json:"rootfs"` + ModelType string `json:"model_type"` + FileType string `json:"file_type"` + RootFS RootFS `json:"rootfs"` // required by spec Architecture string `json:"architecture"`