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 6a259af commit 9bf1d93Copy full SHA for 9bf1d93
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