-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Typing][PEP585 Upgrade][BUAA][151-160] Use standard collections for type hints for 10 uts in test/ir/inference/
#67015
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
求求了,看看任务描述好不?知道为啥让你们先提一个 PR 吗?这是自信能一次改好吗?先看看 #66975 把自己 PR 里相同的问题修一下吧,其他 PR 先别动,等这个 PR approve 了再说
PR 标题也不按规范来,模板里也不带 tracking issue……
别急别急别急,求求了~~~
收到,我改一下 |
test/ir/inference/
是 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/ir/inference/
test/ir/inference/
PR Category
User ExperiencePR Types
DevsDescription
为如下文件添加 PEP 563,并进行 PEP 585 升级:
test/ir/inference/test_trt_convert_bitwise_or.py
test/ir/inference/test_trt_convert_bmm.py
test/ir/inference/test_trt_convert_cast.py
test/ir/inference/test_trt_convert_clip.py
test/ir/inference/test_trt_convert_compare_and_logical.py
test/ir/inference/test_trt_convert_concat.py
test/ir/inference/test_trt_convert_conv2d.py
test/ir/inference/test_trt_convert_conv2d_transpose.py
test/ir/inference/test_trt_convert_conv3d_transpose.py
test/ir/inference/test_trt_convert_cross_multihead_matmul.py
Related links
#66936
@gouzil