Fix lingering Q4_0 help reference (#10720)

This commit is contained in:
Daniel Hiltgen 2025-05-15 16:33:23 -07:00 committed by Ryan Schumacher
parent 88114310e6
commit 48a1fc0830
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1318,7 +1318,7 @@ func NewCLI() *cobra.Command {
}
createCmd.Flags().StringP("file", "f", "", "Name of the Modelfile (default \"Modelfile\"")
createCmd.Flags().StringP("quantize", "q", "", "Quantize model to this level (e.g. q4_0)")
createCmd.Flags().StringP("quantize", "q", "", "Quantize model to this level (e.g. q4_K_M)")
showCmd := &cobra.Command{
Use: "show MODEL",