guberti commented on code in PR #13627:
URL: https://github.com/apache/tvm/pull/13627#discussion_r1057997928


##########
gallery/how_to/compile_models/from_coreml.py:
##########
@@ -23,13 +23,12 @@
 
 This article is an introductory tutorial to deploy CoreML models with Relay.
 
-For us to begin with, coremltools module is required to be installed.
-
-A quick solution is to install via pip
+To begin, we must install coremltools:
 
 .. code-block:: bash
 
-    pip install -U coremltools --user

Review Comment:
   `--user` works as you would expect in Colab. However, the other tutorials 
don't use that flag for their dependencies, so I changed this to be consistent. 
Might be out of scope - what do you think?



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