You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/27 19:29:00 UTC

[GitHub] [tvm] altanh opened a new pull request, #11149: [Bugfix][Frontend][ONNX] fix incorrect pos_ids generation in EmbedLayerNormalization

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

   Accidentally used sequence length instead of batch size when generating the static position ids tensor. Was missed by unit test coincidentally as `seq_len == batch_size`. Updated test to catch it.
   
   cc @anwang2009 @AndrewZhaoLuo 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] AndrewZhaoLuo merged pull request #11149: [Bugfix][Frontend][ONNX] fix incorrect pos_ids generation in EmbedLayerNormalization

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo merged PR #11149:
URL: https://github.com/apache/tvm/pull/11149


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org