From 8306c855f51bb26ddf31ad56b43ff8039f55223e Mon Sep 17 00:00:00 2001 From: Jitesh Kumar Verma <91134209+jitesh1495@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:31:53 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc6b38807db..fbc556f88782 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can learn more about using and contributing to CNTK with the following resou Dear community, -With our ongoing contributions to ONNX and the ONNX Runtime, we have made it easier to interoperate within the AI framework ecosystem and to access high performance, cross-platform inferencing capabilities for both traditional ML models and deep neural networks. Over the last few years we have been privileged to develop such key open-source machine learning projects, including the Microsoft Cognitive Toolkit, which has enabled its users to leverage industry-wide advancements in deep learning at scale. +With our ongoing contributions to ONNX and the ONNX Runtime, we have made it easier to interoperate within the AI framework ecosystem and to access high performance, cross-platform inferencing capabilities for both traditional ML models and deep neural networks. Over the last few years, we have been privileged to develop such key open-source machine learning projects, including the Microsoft Cognitive Toolkit, which has enabled its users to leverage industry-wide advancements in deep learning at scale. Today’s 2.7 release will be the last main release of CNTK. We may have some subsequent minor releases for bug fixes, but these will be evaluated on a case-by-case basis. There are no plans for new feature development post this release. From 0fb33990321d254363a276bf478817d2e669d2f1 Mon Sep 17 00:00:00 2001 From: Jitesh Kumar Verma <91134209+jitesh1495@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:33:41 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbc556f88782..356e4b99b782 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To setup build and runtime environment on Windows: [DevInstall.ps1](../Tools/devInstall/Windows/DevInstall.ps1) * Start Visual Studio 2017 and open [CNTK.sln](./CNTK.sln). -To setup build and runtime environment on Linux using docker, please build Unbuntu 16.04 docker image using Dockerfiles [here](./Tools/docker). For other Linux systems, please refer to the Dockerfiles to setup dependent libraries for CNTK. +To setup build and runtime environment on Linux using docker, please build Ubuntu 16.04 docker image using Dockerfiles [here](./Tools/docker). For other Linux systems, please refer to the Dockerfiles to setup dependent libraries for CNTK. ## Support advance RNN loop in ONNX export CNTK models with recursive loops can be exported to ONNX models with scan ops.