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 f815bce commit f25d3ddCopy full SHA for f25d3dd
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