Skip to content

Commit 10be14e

Browse files
wip
Signed-off-by: Spencer Schrock <[email protected]>
1 parent a37f967 commit 10be14e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/bench.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: [ubuntu-latest]
1212
permissions:
1313
packages: write
14+
outputs:
15+
head: ${{ steps.config.outputs.head }}
1416
steps:
1517
- name: Validate and configure benchmark
1618
id: config
@@ -73,3 +75,24 @@ jobs:
7375
image: ${{ steps.build_image.outputs.image }}
7476
tags: ${{ steps.build_image.outputs.tags }}
7577
registry: ghcr.io
78+
# submit-cloud-batch:
79+
# needs: publish-benchmark-container
80+
# runs-on: ubuntu-latest
81+
# permissions:
82+
# id-token: 'write'
83+
# env:
84+
# MODEL: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
85+
# TAG: ${{needs.publish-benchmark-container.outputs.head}}
86+
# steps:
87+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88+
# with:
89+
# ref: ${{needs.publish-benchmark-container.outputs.head}}
90+
# - run: |
91+
# export OUTPUT_FILE=$(date --utc +%Y%m%d%H%M%S)_$TAG.json
92+
# gcloud batch jobs submit \
93+
# --job-prefix=qwen \
94+
# --project <> \
95+
# --location us-central1 \
96+
# --config - <<EOF
97+
# $(envsubst '$TAG','$MODEL','$OUTPUT_FILE' < benchmarks/cloud_batch.json)
98+
# EOF

benchmarks/cloud_batch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"volumes": [
2222
{
2323
"gcs": {
24-
"remotePath": "${BUCKET}"
24+
"remotePath": "gosst-scare-sandbox-batch-test"
2525
},
2626
"mountPath": "/mnt/disks/gcs"
2727
},

0 commit comments

Comments
 (0)