From 525eccc7b1781dadbccb6f4c28c9b3e22d7997ee Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Sat, 3 Jul 2021 03:47:31 -0700 Subject: [PATCH] macOS is now supported (#8396) Remove warning about macOS support from tutorial --- tutorials/get_started/tvmc_command_line_driver.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tutorials/get_started/tvmc_command_line_driver.py b/tutorials/get_started/tvmc_command_line_driver.py index b1fd1d1c2035..c729b86a3245 100644 --- a/tutorials/get_started/tvmc_command_line_driver.py +++ b/tutorials/get_started/tvmc_command_line_driver.py @@ -72,13 +72,6 @@ # -################################################################################ -# .. note:: Supported operating systems -# -# TVMC is only supported on Linux. Currently macOS and Windows default -# threading models do not support the model used for tuning by TVMC. - - ################################################################################ # Obtaining the Model # -------------------