ONNX CI worflow is broken
See original GitHub issueFailure is visible since this morning: https://app.circleci.com/pipelines/github/pytorch/vision/17824/workflows/63ed118f-e479-47e5-91c1-2f0805ce2e5a/jobs/1443424
RuntimeError: Unsupported: ONNX export of operator prim::device, output type is not `_C.DeviceObjType`.. Please feel free to request support or submit a pull request on PyTorch GitHub.
The last commit before the weekend b969cca783cfe6c1009b7bf60609e28d83c973a6 did not have this failure. Thus, I’m guessing we only have look for the nightlies of the 21th and 22th for possible offenders.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Actions · onnx/models · GitHub
Showing runs from all workflows named Weekly CI with onnx.checker ... [WIP] Update broken test_data_set by the latest ORT Weekly CI with onnx.checker...
Read more >GitHub Action workflow not running - Stack Overflow
In my case what I needed to run a workflow in pylint branch but it was not working until I added the ...
Read more >GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline ...
Having understood what GitHub Actions solves and how it makes it possible, I will go through the most common workflow, which is CI...
Read more >Github Actions Security Best Practices
A workflow file constitutes one or more jobs, and each job is broken down into steps. A step can either execute commands on...
Read more >Setting up GitHub Actions - Nx
Configuring CI Using GitHub Actions and Nx. The GitHub can track the last ... The pr and main jobs implement the CI workflow....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fix worked! https://app.circleci.com/pipelines/github/pytorch/vision/17866/workflows/49b2a6cf-c54e-4c21-8a0d-a477e70c884f/jobs/1446667
Thanks @justinchuby!
pytorch/pytorch@0d76299ff782224810b997d99f8af490cd96eede made it into the branch cut and thus we need to resolve before the release.