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 a7d3be2 commit 69c42faCopy full SHA for 69c42fa
.github/scripts/extract_benchmark_results.py
@@ -402,7 +402,6 @@ def extract_model_info(git_job_name: str) -> Dict[str, str]:
402
benchmark-on-device (llama, xnnpack_q8, apple_iphone_15, arn:aws:devicefarm:us-west-2:30853538511... / mobile-job (ios)
403
"""
404
# Extract content inside the first parentheses,
405
-
406
pattern = r"benchmark-on-device \((.+)"
407
match = re.search(pattern, git_job_name)
408
if not match:
0 commit comments