Skip to content

Commit

Permalink
[arm] Allow non-utf8 in fb
Browse files Browse the repository at this point in the history
This is a temp workaround to suppress test failures in
https://github.com/pytorch/executorch/actions/runs/12794699471/job/35670399085
  • Loading branch information
digantdesai committed Jan 15, 2025
1 parent a933238 commit 06beb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/arm/test/runner_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ def dbg_tosa_fb_to_json(tosa_fb: bytes) -> Dict:
"flatc",
"--json",
"--strict-json",
"--allow-non-utf8", # Temporary workaround for TOSA flatbuffer schema
"-o",
tmp,
"--raw-binary",
Expand Down

0 comments on commit 06beb15

Please sign in to comment.