Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
ced7d0e5
Commit
ced7d0e5
authored
Apr 23, 2025
by
Michael Yang
Committed by
Michael Yang
Apr 25, 2025
Browse files
fix parameter count
parent
a0dba0f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/ggml/ggml.go
fs/ggml/ggml.go
+1
-1
No files found.
fs/ggml/ggml.go
View file @
ced7d0e5
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment