Skip to content

Commit 2d4d6a2

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/oss/.ci/scripts/benchmark_tooling/analyze_benchmark_stability.py
Reviewed By: franklinho Differential Revision: D100963389
1 parent e7b38a3 commit 2d4d6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/scripts/benchmark_tooling/analyze_benchmark_stability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def parse_model_device_config(config):
3030
os_version = config.get("arch", "")
3131
full_device = f"{base_device}({os_version})" if os_version else base_device
3232
if not base_device:
33-
return full_model, "unkown", "unknown", ""
33+
return full_model, "unknown", "unknown", ""
3434
return full_model, full_device, base_device, os_version
3535

3636

0 commit comments

Comments
 (0)