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 37d1f14 commit 8ddca26Copy full SHA for 8ddca26
exercises/05_mllm_project.md
@@ -128,7 +128,7 @@ models:
128
129
# print a usage message if parameters are missing
130
if (( $# != 6 )); then
131
- print "usage: $0 <project-id> <trainset> <testset> <minlimit> <maxlimit> <step>"
+ echo "usage: $0 <project-id> <trainset> <testset> <minlimit> <maxlimit> <step>"
132
exit 1
133
fi
134
0 commit comments