junrushao commented on code in PR #510:
URL: https://github.com/apache/tvm-ffi/pull/510#discussion_r2976227121


##########
python/tvm_ffi/module.py:
##########
@@ -445,7 +445,7 @@ def load_module(path: str | PathLike, keep_module_alive: 
bool = True) -> Module:
 
     keep_module_alive
         Whether to keep the module alive. If True, the module will be kept 
alive
-        for the duration of the program until libtvm_ffi.so is unloaded.
+        for the duration of the program until libffi.so is unloaded.

Review Comment:
   revert



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