shingjan commented on code in PR #11298:
URL: https://github.com/apache/tvm/pull/11298#discussion_r872893800


##########
python/tvm/meta_schedule/testing/custom_builder_runner.py:
##########
@@ -167,4 +167,4 @@ def run_module_via_rpc(
         rt_mod = session.load_module(filename)
         dev = session.device(dev_type=dev_type, dev_id=0)
         args = [ndarray.array(arg, dev) for arg in args]
-        return continuation(rt_mod, dev, *args)
+        return continuation(rt_mod, dev, args)

Review Comment:
   This actually won't work if we pass `input_data` as a list of NDArray for 
models like bert. Should we try a wider range of models in ms, I think we 
should probably keep this change.



-- 
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