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 ce46763 commit 4fa3c12Copy full SHA for 4fa3c12
infra/scripts/checkquota.sh
@@ -56,6 +56,7 @@ for REGION in "${REGIONS[@]}"; do
56
57
if [ -z "$MODEL_INFO" ]; then
58
echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
59
+ INSUFFICIENT_QUOTA=true
60
continue
61
fi
62
0 commit comments