We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecfc1a commit 179c6f9Copy full SHA for 179c6f9
1 file changed
scripts/validate_model_quota.sh
@@ -185,10 +185,8 @@ check_fallback_regions() {
185
for region in "${RECOMMENDED_REGIONS[@]}"; do
186
echo " - $region"
187
done
188
- if prompt_yes_no "❓ Do you want to proceed by selecting one of these regions? (y/n): "; then
189
- ask_for_location
190
- fi
191
-
+ prompt_yes_no "❓ Do you want to proceed by selecting one of these regions? (y/n): "
+ ask_for_location
192
fi
193
echo -e "👉 You can manually choose one of the recommended fallback regions for deployment."
194
else
0 commit comments