This commit is contained in:
Michael Yang 2023-08-17 15:32:31 -07:00
parent 3cbc6a5c01
commit 086449b6c7

View file

@ -105,9 +105,9 @@ type LayerReader struct {
type ConfigV2 struct { type ConfigV2 struct {
ModelFamily llm.ModelFamily `json:"model_family"` ModelFamily llm.ModelFamily `json:"model_family"`
ModelType string `json:"model_type"` ModelType string `json:"model_type"`
FileType string `json:"file_type"` FileType string `json:"file_type"`
RootFS RootFS `json:"rootfs"` RootFS RootFS `json:"rootfs"`
// required by spec // required by spec
Architecture string `json:"architecture"` Architecture string `json:"architecture"`