tqchen commented on code in PR #168:
URL: https://github.com/apache/tvm-ffi/pull/168#discussion_r2441482898


##########
docs/get_started/quickstart.rst:
##########
@@ -184,10 +185,10 @@ This produces a shared library ``libmain.so``. TVM-FFI 
automatically embeds the
 
     .. code-block:: cmake
 
-      # Run `tvm-ffi-config --cmakedir` to find tvm-ffi targets
       find_package(Python COMPONENTS Interpreter REQUIRED)
+      # Run `tvm_ffi.config --cmakedir` to find tvm-ffi targets
       execute_process(
-        COMMAND "${Python_EXECUTABLE}" -m tvm-ffi-config --cmakedir
+        COMMAND "${Python_EXECUTABLE}" -m tvm_ffi.config --cmakedir

Review Comment:
   this is python -m so needs to be tvm_ffi.config for cross platform



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to