-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Fix OneFormer integration test #38016
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
Conversation
run-slow: oneformer |
This comment contains run-slow, running the specified jobs: This comment contains run-slow, running the specified jobs: models: ['models/oneformer'] |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
expected_slice = [[[3.1848, 4.2141, 4.1993], [2.9000, 3.5721, 3.6603], [2.5358, 3.0883, 3.6168]]] | ||
expected_slice = [[3.1848, 4.2141, 4.1993], [2.9000, 3.5721, 3.6603], [2.5358, 3.0883, 3.6168]] |
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.
Here is an actual change, the rest is small refactoring
slow tests passed: https://github.com/huggingface/transformers/actions/runs/14905302034 |
cc @ydshieh when you have bandwidth |
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.
Thank you, especially of using assert_close
.
wow, you merged after 1 nano second I approved 😮 |
@ydshieh auto-merge magic 🪄 |
* Fix integration tests * format
What does this PR do?
Fix OneFormer integration test