zxybazh commented on code in PR #13452:
URL: https://github.com/apache/tvm/pull/13452#discussion_r1029749134


##########
python/tvm/meta_schedule/testing/torchbench/run.py:
##########
@@ -124,28 +125,37 @@
 class RunMode(Enum):
     """
     The running mode of this script. Available values are:
-    - tune: Only tune the model and create the tuning database.
+    - extract: Only import the model and extract tuning tasks from it.
+    - tune: Only tune the tasks and create the tuning database.

Review Comment:
   Is it possible that we need some other combination of stages, say 
`extract+tune` or `tune+evaluate`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to