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.
2 parents 6ccdd4b + 7a755d9 commit 0a1bb4dCopy full SHA for 0a1bb4d
scripts/checkquota.sh
@@ -49,6 +49,7 @@ for REGION in "${REGIONS[@]}"; do
49
50
if [ -z "$MODEL_INFO" ]; then
51
echo "⚠️ WARNING: No quota information found for model: $MODEL in $REGION. Skipping."
52
+ INSUFFICIENT_QUOTA=true
53
continue
54
fi
55
0 commit comments