There was an error while loading. Please reload this page.
1 parent 60beea6 commit fe4d9bfCopy full SHA for fe4d9bf
1 file changed
.github/workflows/vllm-benchmark.yml
@@ -2,8 +2,8 @@ name: vLLM Benchmark
2
3
on:
4
schedule:
5
- # Run every 2 hours
6
- - cron: '0 */2 * * *'
+ # Run every 4 hours
+ - cron: '0 */4 * * *'
7
workflow_dispatch:
8
inputs:
9
vllm_branch:
0 commit comments