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
de670570
Unverified
Commit
de670570
authored
Oct 16, 2025
by
zhetaicheleba
Committed by
GitHub
Oct 15, 2025
Browse files
fs/ggml: fix function name in comment (#12630)
parent
201d9371
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/ggml/type.go
fs/ggml/type.go
+1
-1
No files found.
fs/ggml/type.go
View file @
de670570
...
@@ -229,7 +229,7 @@ const (
...
@@ -229,7 +229,7 @@ const (
TensorTypeMXFP4
TensorTypeMXFP4
)
)
// Parse
File
Type parses the provided GGUF
file
type
// Parse
Tensor
Type parses the provided GGUF
tensor
type
// Only Ollama supported types are considered valid
// Only Ollama supported types are considered valid
func
ParseTensorType
(
s
string
)
(
TensorType
,
error
)
{
func
ParseTensorType
(
s
string
)
(
TensorType
,
error
)
{
switch
s
{
switch
s
{
...
...
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