Skip to content

Commit

Permalink
Fix prewarm action
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti authored Jul 17, 2024
1 parent 7c49db5 commit 047abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Send Benchmark Requests
run: |
# Pre-warm any spun-down instances (only audio right now)
curl -f -X POST "https://ai-benchmarks.fly.dev/bench?mode=audio&max_tokens=20&n=1"
curl -f -X POST "https://ai-benchmarks.fly.dev/bench?mode=audio&max_tokens=20&num_requests=1"
# Run the benchmarks
regions=("sea" "iad" "cdg")
media=("text" "image" "audio")
Expand Down

0 comments on commit 047abd1

Please sign in to comment.