"vscode:/vscode.git/clone" did not exist on "acd094e702a2463f602995abe344254cc31ff49d"
Unverified Commit de670570 authored by zhetaicheleba's avatar zhetaicheleba Committed by GitHub
Browse files

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

parent 201d9371
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment