Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
Signed-off-by: Nirvedh <[email protected]>
  • Loading branch information
nirvedhmeshram committed Nov 12, 2024
1 parent 895af6f commit 815625d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/tensorflow/test/iree_tfl_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ mnasnet | PASS ✓
vulkan_posenet_i8 | FAIL ✗
vmvx_mobilenet_v3-large_uint8 | FAIL ✗
vulkan_mobilebert_tf2_quant | FAIL ✗
llvmcpu_mobilenet_v1 | FAIL ✗
llvmcpu_mobilenet_v1 | FAIL ✗
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
"| Model | Status |\n"
"| ------------------ | ------------------ |\n"
)
tflite_model_documentation.write(create_markdown_table(models))
tflite_model_documentation.write(create_markdown_table(models)+"\n")

new_lines = read_file(readme_file_path)
if new_lines == old_lines:
Expand Down

0 comments on commit 815625d

Please sign in to comment.