-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[ONNX] Enable test_fill script test #79555
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
[ONNX] Enable test_fill script test #79555
Conversation
🔗 Helpful links
❌ 2 New FailuresAs of commit 4afda84ed8 (more details on the Dr. CI page): Expand to see more
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
lgtm. @BowenBao Could you help talk a look too? |
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.
🚀
9f5dd6c
to
858b790
Compare
cf1f5ab
to
4afda84
Compare
@shubhambhokare1 do we still need this? If so please update and merge :) |
/easycla As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details. This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign. |
4afda84
to
b58723f
Compare
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/79555
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 688460c: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
6448d2e
to
373b945
Compare
@pytorchbot merge -g |
Merge startedYour change will be merged once all checks on your PR pass since you used the green (-g) flag (ETA: 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 2 additional jobs have failed, first few of them are: trunk ,trunk / macos-12-py3-arm64-mps / Run MPS tests Details for Dev Infra teamRaised by workflow job |
993958f
to
eb1a584
Compare
eb1a584
to
688460c
Compare
@pytorchbot merge -g |
Merge startedYour change will be merged once all checks on your PR pass since you used the green (-g) flag (ETA: 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Hey @shubhambhokare1. |
For scripting mode, aten::clone requires input to be a TensorType. Hence if we encounter an IntType, FloatType or BoolType input, we set the input to the appropriate TensorType Pull Request resolved: pytorch#79555 Approved by: https://github.com/justinchuby, https://github.com/BowenBao, https://github.com/abock
For scripting mode, aten::clone requires input to be a TensorType. Hence if we encounter an IntType, FloatType or BoolType input, we set the input to the appropriate TensorType Pull Request resolved: pytorch#79555 Approved by: https://github.com/justinchuby, https://github.com/BowenBao, https://github.com/abock
For scripting mode, aten::clone requires input to be a TensorType. Hence if we encounter an IntType, FloatType or BoolType input, we set the input to the appropriate TensorType