We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985a75f commit 0376faeCopy full SHA for 0376fae
1 file changed
docs/examples/m_decompose/decompose_using_cli.sh
@@ -1,7 +1,7 @@
1
-#MODEL_ID=granite3.3
2
-#MODEL_ID=granite4
+#MODEL_ID=granite3.3:latest
+#MODEL_ID=granite4:latest
3
4
-MODEL_ID=mistral-small3.2 #qwen2.5:7b
+MODEL_ID=mistral-small3.2:latest #granite4:latest
5
6
m decompose run --model-id $MODEL_ID --out-dir ./ --input-file example.txt
7
0 commit comments