We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f56f7a commit efd6279Copy full SHA for efd6279
.github/workflows/gpu-tests.yml
@@ -42,6 +42,12 @@ jobs:
42
token: ${{ env.BEAKER_TOKEN }}
43
workspace: ai2/tulu-thinker
44
45
+ - name: Get Beaker whoami
46
+ if: env.BEAKER_TOKEN != ''
47
+ run: |
48
+ BEAKER_WHOAMI=$(beaker account whoami --format json | jq -r '.[0].name')
49
+ echo "BEAKER_WHOAMI=$BEAKER_WHOAMI" >> $GITHUB_ENV
50
+
51
- name: Run GPU tests on Beaker
52
if: env.BEAKER_TOKEN != ''
53
uses: allenai/[email protected]
@@ -52,6 +58,7 @@ jobs:
58
budget: ai2/oe-training
59
tasks:
54
60
- name: gpu-tests
61
+ image: ${{ env.BEAKER_WHOAMI }}/open-instruct-latest
55
62
context:
56
63
priority: normal
57
64
preemptible: true
0 commit comments