We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ed78ab + 891a136 commit 0db1275Copy full SHA for 0db1275
1 file changed
specs-go/v1/config.go
@@ -167,5 +167,5 @@ type Model struct {
167
ModelFS ModelFS `json:"modelfs"`
168
169
// Config defines the execution parameters which should be used as a base when running a model using an inference engine.
170
- Config ModelConfig `json:"config,omitempty"`
+ Config ModelConfig `json:"config"`
171
}
0 commit comments