Skip to content

Commit 0db1275

Browse files
authored
Merge pull request #177 from rishi-jat/fix/remove-omitempty-from-model-config
fix(specs-go): remove omitempty from Model.Config json tag
2 parents 1ed78ab + 891a136 commit 0db1275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs-go/v1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ type Model struct {
167167
ModelFS ModelFS `json:"modelfs"`
168168

169169
// 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"`
170+
Config ModelConfig `json:"config"`
171171
}

0 commit comments

Comments
 (0)