LeshengJin opened a new pull request, #16046:
URL: https://github.com/apache/tvm/pull/16046

   When the input `name` is an empty string which means the visitor is at the 
top level of the module, we should not add a dot to the name of the leaf nodes. 
   Before:
   ```
   LlamaForCausalLM
       - .model
       - .lm_head
   ```
   After this update:
   ```
   LlamaForCausalLM
       - model
       - lm_head
   ```
   


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