Skip to content

Commit a7a1664

Browse files
committed
Better now
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent a17fe1a commit a7a1664

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gpt-oss-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@ jobs:
209209
"${DOCKER_IMAGE}"
210210
)
211211
212-
# Run accuracy check
213-
docker exec -t "${container_name}" bash .github/scripts/gpt-oss/run_accuracy_checks.sh
214-
215212
# Run perf tests
216213
docker exec -t "${container_name}" bash .github/scripts/gpt-oss/run_benchmarks.sh
217214
215+
# Run accuracy check
216+
docker exec -t "${container_name}" bash .github/scripts/gpt-oss/run_accuracy_checks.sh
217+
218218
- name: Authenticate with AWS
219219
# AWS CUDA runners already have access to the bucket via its runner IAM role
220220
if: env.DEVICE_NAME == 'rocm' || contains(env.DEVICE_TYPE, 'B200')

0 commit comments

Comments
 (0)