We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afb31d commit 3eba022Copy full SHA for 3eba022
1 file changed
scripts/validate_model_quota.sh
@@ -215,7 +215,6 @@ INITIAL_LOCATION="$LOCATION"
215
echo -e "\n🔍 Checking quota in the requested region '$LOCATION'..."
216
if check_quota "$LOCATION"; then
217
if (( CAPACITY < RECOMMENDED_TOKENS )); then
218
- check_fallback_regions
219
print_recommended_warning "$CAPACITY"
220
prompt_yes_no "❓ Proceed anyway? (y/n): " || {
221
ask_for_location
0 commit comments