mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 00:19:51 +01:00
fs/ggml: fix function name in comment (#12630)
This commit is contained in:
parent
201d93716e
commit
de670570c9
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user