Skip to content

Commit

Permalink
Add debug print for help with faiilures (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti authored Oct 7, 2024
1 parent b912142 commit 3b48f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
media=("text" "tools" "image" "audio")
for region in "${regions[@]}"; do
for medium in "${media[@]}"; do
echo "Running benchmarks for $medium in $region"
max_tokens=${max_tokens[$medium]:-$default_max_tokens}
curl -f -X POST "https://ai-benchmarks.fly.dev/bench?mode=$medium&max_tokens=$max_tokens&spread=30&store" -H "fly-prefer-region: $region"
done
Expand Down

0 comments on commit 3b48f13

Please sign in to comment.