From de670570c919f5c3e906b3beb91e9d2fc7ebe600 Mon Sep 17 00:00:00 2001 From: zhetaicheleba Date: Thu, 16 Oct 2025 13:53:38 +0900 Subject: [PATCH] fs/ggml: fix function name in comment (#12630) --- fs/ggml/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {