已合并
patch: fixed pickle serialization for precompile cache #40165
Jingming Liu创建于 7月6日
patch: fixed pickle serialization for precompile cache #40165
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 Jingming Liu 的贡献)7月6日 创建了 pull request,commit 96cfbe9e
ascend-robot
7月6日 评论:
7月6日 评论:
torch_npu/_guards.py
已过期
@@ -0,0 +61,3 @@
61+ new_cls.__reduce__ = _reduce_without_cached_hash
62+ return new_cls # type: ignore[return-value]
63+
64+ if cls is None:
【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:mypy,请Committer检视其合理性。


7月6日 添加了label:stat/needs-squash
7月6日 添加了label:ascend-cla/yes
此处折叠了147条消息 查看更多
7月8日 解决了最后一个问题
7月8日 关闭了关联的issue
7月8日 合入了pull request
ascend-robot
7月8日 评论:
7月8日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
7月8日 评论:
7月8日 评论:
流水线 pytorch_gitcode_PR_multiVersion#12172 [ commitID:18cdcebf ] 已完成


【合入来源】
https://gitcode.com/Ascend/pytorch/issues/2620
【修改方案】
【资料变更】
【接口变更】
【功能验证】
【CheckList】