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 cfc5432 commit 46b6eabCopy full SHA for 46b6eab
.github/scripts/extract_benchmark_results.py
@@ -366,7 +366,7 @@ def transform(
366
"benchmark_config": json.dumps(benchmark_config),
367
"job_conclusion": "SUCCESS",
368
"job_arn": job_report.get("arn", ""),
369
- "instance_arn": job_request.get("instance_arn", ""),
+ "instance_arn": job_report.get("instance_arn", ""),
370
},
371
372
"model": {
0 commit comments