We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b426be2 + 38035a0 commit 4016ca5Copy full SHA for 4016ca5
1 file changed
scripts/checkquota.sh
@@ -58,6 +58,7 @@ for REGION in "${REGIONS[@]}"; do
58
59
if [ -z "$MODEL_INFO" ]; then
60
echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
61
+ INSUFFICIENT_QUOTA=true
62
continue
63
fi
64
0 commit comments