fix parameter count
This commit is contained in:
committed by
Ryan Schumacher
parent
49f807737a
commit
8a86190fd4
@@ -33,7 +33,7 @@ func (kv KV) Kind() string {
|
||||
}
|
||||
|
||||
func (kv KV) ParameterCount() uint64 {
|
||||
return keyValue[uint64](kv, "general.parameter_count")
|
||||
return keyValue(kv, "general.parameter_count", uint64(0))
|
||||
}
|
||||
|
||||
func (kv KV) FileType() fileType {
|
||||
|
||||
Reference in New Issue
Block a user