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


##########
README.md:
##########
@@ -25,7 +25,7 @@ yet flexible open convention with the following systems in 
mind:
 - **Kernel libraries** - ship one wheel to support multiple frameworks, Python 
versions, and different languages. [[FlashInfer](https://docs.flashinfer.ai/)]
 - **Kernel DSLs** - reusable open ABI for JIT and AOT kernel exposure 
frameworks and runtimes. 
[[TileLang](https://tilelang.com/)][[cuteDSL](https://docs.nvidia.com/cutlass/latest/media/docs/pythonDSL/cute_dsl_general/compile_with_tvm_ffi.html)]
 - **Frameworks and runtimes** - a uniform extension point for ABI-compliant 
libraries and DSLs. 
[[PyTorch](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-pytorch)][[JAX](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-jax)][[PaddlePaddle](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-paddle)][[NumPy/CuPy](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-numpy)]
-- **ML infrastructure** - out-of-box bindings and interop across languages. 
[[Python](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-python)][[C++](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-cpp)][[Rust](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-rust)]
+- **ML infrastructure** - out-of-box bindings and interop across languages. 
[[Python](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-python)][[C++](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-cpp)][[Rust](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-rust)]
 [[XGrammar](https://github.com/mlc-ai/xgrammar)]

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The added link includes an extra space before `[[XGrammar]]`. For 
consistency with the other entries in this list, there should be no space 
between adjacent links. Additionally, XGrammar is a library, so it doesn't 
strictly match the 'bindings and interop across languages' description that 
characterizes the other items in this line (Python, C++, Rust).
   
   ```suggestion
   - **ML infrastructure** - out-of-box bindings and interop across languages. 
[[Python](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-python)][[C++](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-cpp)][[Rust](https://tvm.apache.org/ffi/get_started/quickstart.html#ship-to-rust)][[XGrammar](https://github.com/mlc-ai/xgrammar)]
   ```



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