From daff4240f0ea9a8a6fefd0d1bae0a75232d60843 Mon Sep 17 00:00:00 2001 From: Saquib Nadeem Hashmi Date: Tue, 28 Jan 2020 03:07:22 +0530 Subject: [PATCH] Updated README.md (#2910) Corrected spelling mistake. --- onnxruntime/python/tools/bert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/python/tools/bert/README.md b/onnxruntime/python/tools/bert/README.md index 9d74b430d8..d12ff736de 100644 --- a/onnxruntime/python/tools/bert/README.md +++ b/onnxruntime/python/tools/bert/README.md @@ -1,6 +1,6 @@ # BERT Model Optimization Tool Overview -This tool showcases how to fuse a BERT ONNX model either exported from PyTorch or converted from TensroFlow, and generates an optimized model to run faster with OnnxRuntime. +This tool showcases how to fuse a BERT ONNX model either exported from PyTorch or converted from TensorFlow, and generates an optimized model to run faster with OnnxRuntime. Note that OnnxRuntime can fuse the Bert ONNX model exported from PyTorch automatically. You don't need this tool to fuse the model. It is only required for Bert Model converted from Tensorflow.