There was an error while loading. Please reload this page.
1 parent a17fe1a commit a7a1664Copy full SHA for a7a1664
1 file changed
.github/workflows/gpt-oss-benchmark.yml
@@ -209,12 +209,12 @@ jobs:
209
"${DOCKER_IMAGE}"
210
)
211
212
- # Run accuracy check
213
- docker exec -t "${container_name}" bash .github/scripts/gpt-oss/run_accuracy_checks.sh
214
-
215
# Run perf tests
216
docker exec -t "${container_name}" bash .github/scripts/gpt-oss/run_benchmarks.sh
217
+ # Run accuracy check
+ docker exec -t "${container_name}" bash .github/scripts/gpt-oss/run_accuracy_checks.sh
+
218
- name: Authenticate with AWS
219
# AWS CUDA runners already have access to the bucket via its runner IAM role
220
if: env.DEVICE_NAME == 'rocm' || contains(env.DEVICE_TYPE, 'B200')
0 commit comments