Skip to content

Commit e043eed

Browse files
authored
fix quantization typo (#47)
Signed-off-by: caozhuozi <[email protected]>
1 parent a5d6440 commit e043eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type ModelConfig struct {
3838
Precision string `json:"precision,omitempty"`
3939

4040
// The model quantization, such as awq, gptq, etc
41-
Quantization string `json:"puantization,omitempty"`
41+
Quantization string `json:"quantization,omitempty"`
4242
}
4343

4444
// ModelFS describes a layer content addresses

0 commit comments

Comments
 (0)