diff --git a/fs/ggml/type.go b/fs/ggml/type.go index 1a31a5fd..fb69352b 100644 --- a/fs/ggml/type.go +++ b/fs/ggml/type.go @@ -229,7 +229,7 @@ const ( TensorTypeMXFP4 ) -// ParseFileType parses the provided GGUF file type +// ParseTensorType parses the provided GGUF tensor type // Only Ollama supported types are considered valid func ParseTensorType(s string) (TensorType, error) { switch s {