question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ONNX CI worflow is broken

See original GitHub issue

Failure 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.

cc @neginraoof @seemethere

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
pmeiercommented, May 23, 2022

pytorch/pytorch@0d76299ff782224810b997d99f8af490cd96eede made it into the branch cut and thus we need to resolve before the release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found