From 3f90bf1ab080caeea1ea302a695ed3ec276a56dc Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Fri, 2 Jul 2021 16:16:35 -0700 Subject: [PATCH] macOS is now supported 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 # -------------------