We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddf8c44 + 09556ed commit e523570Copy full SHA for e523570
1 file changed
infra/scripts/checkquota.sh
@@ -54,6 +54,7 @@ for REGION in "${REGIONS[@]}"; do
54
55
if [ -z "$MODEL_INFO" ]; then
56
echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
57
+ INSUFFICIENT_QUOTA=true
58
continue
59
fi
60
0 commit comments