Skip to content

[don't merge] Show diff#43532

Open
ydshieh wants to merge 8 commits intomainfrom
show_diff
Open

[don't merge] Show diff#43532
ydshieh wants to merge 8 commits intomainfrom
show_diff

Conversation

@ydshieh
Copy link
Copy Markdown
Collaborator

@ydshieh ydshieh commented Jan 27, 2026

What does this PR do?

Fixes # (issue)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

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.

@github-actions
Copy link
Copy Markdown
Contributor

[For maintainers] Suggested jobs to run (before merge)

run-slow: vit

@HuggingFaceDocBuilderDev
Copy link
Copy Markdown

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.

@github-actions
Copy link
Copy Markdown
Contributor

This comment contains run-slow, running the specified jobs:

models: ["models/vit"]
quantizations: []

@github-actions
Copy link
Copy Markdown
Contributor

CI Results

Workflow Run ⚙️

⚠️ No test being reported (jobs are skipped or cancelled)!

@github-actions
Copy link
Copy Markdown
Contributor

This comment contains run-slow, running the specified jobs:

models: ["models/vit"]
quantizations: []

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

This comment contains run-slow, running the specified jobs:

models: ["models/vit"]
quantizations: []

@github-actions
Copy link
Copy Markdown
Contributor

CI Results

Workflow Run ⚙️

Model CI Report

❌ Failed tests

  • vit:
    tests/models/vit/test_modeling_vit.py::ViTModelTest::test_config
    tests/models/vit/test_modeling_vit.py::ViTModelTest::test_foo
    tests/models/vit/test_modeling_vit.py::ViTModelIntegrationTest::test_inference_interpolate_pos_encoding

captured_info.txt: https://huggingface.co/datasets/hf-internal-testing/transformers_pr_ci/raw/5dcdb73e3f6bf489c9d9242fc7bd49c381710c19/2026-01-27/runs/27613-21406545594/ci_results_run_models_gpu/captured_info.txt

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}-${{ startsWith(github.event.comment.body, 'run-slow') || startsWith(github.event.comment.body, 'run slow') || startsWith(github.event.comment.body, 'run_slow') }}
cancel-in-progress: true
pull_request:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ig these diffs are only for testing and will be reverted? Going straight to notificaition_service.py

Comment on lines +1481 to +1484
fp.write(f"job name: {matrix_name}\n")
fp.write(f'job link: {matrix_job_results_extra[matrix_name]["captured_info"]["single"]["link"]}\n\n')
fp.write(f'captured_info: {matrix_job_results_extra[matrix_name]["captured_info"]["single"]["captured_info"]}')

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iiuc, we are creating an easy-to-analyze table with "expected vs reality" output, and adding it in hub-dataset when the test fails

Imo it will still require a lot of human intervention to check if those "failures" are real or just flaky, failing on main, etc. Can we log it only if actual_result_main_branch != actual_result_pr_branch, that will make the list of failing tests shorter and help us find models that are actually broken

Also we might never get an actual_result_pr_branch if the test fails with a ValueError/AttributeError. I think this is another case to be logged and reported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants