mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
fix parameter count
This commit is contained in:
committed by
Michael Yang
parent
a0dba0f8ae
commit
ced7d0e53d
@@ -33,7 +33,7 @@ func (kv KV) Kind() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (kv KV) ParameterCount() uint64 {
|
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 {
|
func (kv KV) FileType() fileType {
|
||||||
|
|||||||
Reference in New Issue
Block a user