fs/ggml: fix function name in comment (#12630)
This commit is contained in:
@@ -229,7 +229,7 @@ const (
|
|||||||
TensorTypeMXFP4
|
TensorTypeMXFP4
|
||||||
)
|
)
|
||||||
|
|
||||||
// ParseFileType parses the provided GGUF file type
|
// ParseTensorType 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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user