"...text-generation-inference.git" did not exist on "bab02ff2bcc1a1aee105cf6bce8ab34f62a8a16f"
Commit ced7d0e5 authored by Michael Yang's avatar Michael Yang Committed by Michael Yang
Browse files

fix parameter count

parent a0dba0f8
...@@ -33,7 +33,7 @@ func (kv KV) Kind() string { ...@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment