Skip to content

Commit 06beb15

Browse files
committed
[arm] Allow non-utf8 in fb
This is a temp workaround to suppress test failures in https://github.com/pytorch/executorch/actions/runs/12794699471/job/35670399085
1 parent a933238 commit 06beb15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/test/runner_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ def dbg_tosa_fb_to_json(tosa_fb: bytes) -> Dict:
653653
"flatc",
654654
"--json",
655655
"--strict-json",
656+
"--allow-non-utf8", # Temporary workaround for TOSA flatbuffer schema
656657
"-o",
657658
tmp,
658659
"--raw-binary",

0 commit comments

Comments
 (0)