diff --git a/specs-go/v1/config.go b/specs-go/v1/config.go index 427aa35..4462cdd 100644 --- a/specs-go/v1/config.go +++ b/specs-go/v1/config.go @@ -167,5 +167,5 @@ type Model struct { ModelFS ModelFS `json:"modelfs"` // Config defines the execution parameters which should be used as a base when running a model using an inference engine. - Config ModelConfig `json:"config,omitempty"` + Config ModelConfig `json:"config"` }