We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5259df0 commit 323e47bCopy full SHA for 323e47b
cmd/cli/commands/utils.go
@@ -101,7 +101,7 @@ func asPrinter(cmd *cobra.Command) standalone.StatusPrinter {
101
// stripDefaultsFromModelName removes the default "ai/" prefix, default registry, and ":latest" tag for display.
102
// Examples:
103
// - "ai/gemma3:latest" -> "gemma3"
104
-// - "ai/gemma3:v1" -> "ai/gemma3:v1"
+// - "ai/gemma3:v1" -> "gemma3:v1"
105
// - "myorg/gemma3:latest" -> "myorg/gemma3"
106
// - "gemma3:latest" -> "gemma3"
107
// - "index.docker.io/ai/gemma3:latest" -> "gemma3"
0 commit comments