fix(DPT,Depth-Anything) Address expected_slice errors inside inference tests#34518
Merged
ydshieh merged 2 commits intohuggingface:mainfrom Oct 31, 2024
Merged
fix(DPT,Depth-Anything) Address expected_slice errors inside inference tests#34518ydshieh merged 2 commits intohuggingface:mainfrom
ydshieh merged 2 commits intohuggingface:mainfrom
Conversation
…e tests Signed-off-by: Phillip Kuznetsov <philkuz@gimletlabs.ai>
5 tasks
Contributor
|
@philkuz run-slow commit should be after the run-slow label is added, can you please push it once again? |
|
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. |
0510da7 to
771d51e
Compare
Contributor
Author
Done! |
Collaborator
|
Yes, great! (And thank you for requesting/triggering the slow tests!) |
ydshieh
approved these changes
Oct 31, 2024
Contributor
Author
|
Thanks all!!
…On Thu, Oct 31, 2024 at 8:48 AM Yih-Dar ***@***.***> wrote:
Merged #34518 <#34518>
into main.
—
Reply to this email directly, view it on GitHub
<#34518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJUBEYVPVLGOCSEQVXGMZDZ6JGMHAVCNFSM6AAAAABQ4XLOP2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGAZTSNZTGQ4TEMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
BernardZach
pushed a commit
to BernardZach/transformers
that referenced
this pull request
Dec 5, 2024
…e tests (huggingface#34518) * fix(DPT,Depth-Anything) Address expected_slice errors inside inference tests Signed-off-by: Phillip Kuznetsov <philkuz@gimletlabs.ai> * [run_slow] dpt, depth_anything --------- Signed-off-by: Phillip Kuznetsov <philkuz@gimletlabs.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes slow tests that are broken in main and discovered in this PR: #34103
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@qubvel