gemini-code-assist[bot] commented on code in PR #272:
URL: https://github.com/apache/tvm-ffi/pull/272#discussion_r2534115383


##########
python/tvm_ffi/_optional_torch_c_dlpack.py:
##########
@@ -117,7 +117,7 @@ def load_torch_c_dlpack_extension() -> Any:  # noqa: PLR0912
     except Exception:
         warnings.warn(
             "Failed to JIT torch c dlpack extension, EnvTensorAllocator will 
not be enabled.\n"
-            "You may try AOT-module via `pip install torch-c-dlpack-ext`"
+            "We recommend install the AOT-module via `pip install 
torch-c-dlpack-ext`"

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The warning message contains a grammatical error. "We recommend install" 
should be "We recommend installing" to be correct.
   
   ```suggestion
               "We recommend installing the AOT-module via `pip install 
torch-c-dlpack-ext`"
   ```



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