We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650a349 commit 269f0aeCopy full SHA for 269f0ae
.github/workflows/rollout.yml
@@ -1,5 +1,7 @@
1
name: Eval Protocol Rollout
2
3
+run-name: rollout:${{ inputs.rollout_id }}
4
+
5
on:
6
workflow_dispatch:
7
inputs:
@@ -40,8 +42,8 @@ jobs:
40
42
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
41
43
run: |
44
python tests/github_actions/rollout_worker.py \
- --model "${{ inputs.model }}" \
45
--rollout-id "${{ inputs.rollout_id }}" \
46
+ --model "${{ inputs.model }}" \
47
--prompt "${{ inputs.prompt }}"
48
49
- name: Upload rollout trace
0 commit comments