Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit b633db1 (more details on the Dr. CI page):
🕵️ 5 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| Test | 🔁 rerun |
🚧 1 fixed upstream failure:
These were probably caused by upstream breakages that were already fixed.
Please rebase on the viable/strict branch (expand for instructions)
If your commit is older than viable/strict, run these commands:
git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD
- pull / win-vs2019-cuda11.3-py3 / build from Mar 29 until Mar 30 (dfe6e88 - 1e37c20)
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
|
@pytorchmergebot merge this |
|
Hey @linbinyu. |
Summary: See #74793 for more details Redo everything in one pr. This diff added test model generation script and updated android and ios tests. Pull Request resolved: #74947 Approved by: https://github.com/kit1980 allow-large-files Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/28a4b4759add0b3eb0f4c34a1e042be4f93e976e Reviewed By: atalman Differential Revision: D35284140 Pulled By: linbinyu fbshipit-source-id: 50c73e006554b8e4301275599433b69950ff9e33
See pytorch#74793 for more details Redo everything in one pr. This diff added test model generation script and updated android and ios tests. Pull Request resolved: pytorch#74947 Approved by: https://github.com/kit1980
See #74793 for more details
Redo everything in one pr. This diff added test model generation script and updated android and ios tests.