From 815625d1128bcd78bbdd721666f171b8b3f999f5 Mon Sep 17 00:00:00 2001 From: Nirvedh Date: Tue, 12 Nov 2024 16:57:59 -0600 Subject: [PATCH] add new line Signed-off-by: Nirvedh --- integrations/tensorflow/test/iree_tfl_tests/README.md | 2 +- .../test/iree_tfl_tests/update_tflite_model_documentation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/tensorflow/test/iree_tfl_tests/README.md b/integrations/tensorflow/test/iree_tfl_tests/README.md index 59e28810df75f..fa4d83616f068 100644 --- a/integrations/tensorflow/test/iree_tfl_tests/README.md +++ b/integrations/tensorflow/test/iree_tfl_tests/README.md @@ -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 ✗ \ No newline at end of file +llvmcpu_mobilenet_v1 | FAIL ✗ diff --git a/integrations/tensorflow/test/iree_tfl_tests/update_tflite_model_documentation.py b/integrations/tensorflow/test/iree_tfl_tests/update_tflite_model_documentation.py index 2be5ab5dc8aaf..d2241583b4c6e 100755 --- a/integrations/tensorflow/test/iree_tfl_tests/update_tflite_model_documentation.py +++ b/integrations/tensorflow/test/iree_tfl_tests/update_tflite_model_documentation.py @@ -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: