From 6c7eaff6769165efc35b4b43e720c385849cab10 Mon Sep 17 00:00:00 2001 From: Linnea May Date: Fri, 29 May 2020 15:39:28 -0400 Subject: [PATCH] fixed typo in readme (#4076) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b40fed29d..d4a7386099 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Many users can benefit from ONNX Runtime, including those looking to: [ONNX Runtime inferencing](./onnxruntime) APIs are stable and production-ready since the [1.0 release](https://github.com/microsoft/onnxruntime/releases/tag/v1.0.0) in October 2019 and can enable faster customer experiences and lower costs. -[ONNX Runtime training](./orttraining) feature was introduced in May 2020 in preview. This feaures supports acceleration of PyTorch training on multi-node NVIDIA GPUs for transformer models. Additional updates for this feature are coming soon. +[ONNX Runtime training](./orttraining) feature was introduced in May 2020 in preview. This feature supports acceleration of PyTorch training on multi-node NVIDIA GPUs for transformer models. Additional updates for this feature are coming soon. ***