From 00d47de3da7dd8c4069b686a2181d1268f511ce7 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 22 Nov 2019 10:28:43 -0800 Subject: [PATCH] [DOCS] Mention incubating in readme (#4401) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c71fc3fd78d2..ad121f6b23db 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ [![Build Status](http://ci.tvm.ai:8080/buildStatus/icon?job=tvm/master)](http://ci.tvm.ai:8080/job/tvm/job/master/) [![Azure Pipeline](https://dev.azure.com/tvmai/tvm/_apis/build/status/windows_mac_build?branchName=master)](https://dev.azure.com/tvmai/tvm/_build/latest?definitionId=2&branchName=master) -TVM is a compiler stack for deep learning systems. It is designed to close the gap between the +Apache TVM (incubating) is a compiler stack for deep learning systems. It is designed to close the gap between the productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends. TVM works with deep learning frameworks to provide end to end compilation to different backends. -Checkout the [tvm stack homepage](https://tvm.ai/) for more information. License -------