starcoder

This commit is contained in:
Michael Yang
2023-10-02 19:52:25 -07:00
parent 1852755154
commit c02c0cd483
5 changed files with 32 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ func fileType(fileType uint32) string {
case fileTypeQ6_K:
return "Q6_K"
default:
return "Unknown"
return "unknown"
}
}