fs/ggml: fix function name in comment (#12630)

This commit is contained in:
zhetaicheleba 2025-10-16 13:53:38 +09:00 committed by GitHub
parent 201d93716e
commit de670570c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {