Skip to content

Pin transformer version for CI#2375

Open
xiaoyu-work wants to merge 3 commits intomainfrom
xiaoyu/ci
Open

Pin transformer version for CI#2375
xiaoyu-work wants to merge 3 commits intomainfrom
xiaoyu/ci

Conversation

@xiaoyu-work
Copy link
Copy Markdown
Collaborator

Describe your changes

Pin transformer version for CI

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Lint and apply fixes to your code by running lintrunner -a
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.

(Optional) Issue link

@xiaoyu-work xiaoyu-work marked this pull request as ready for review March 27, 2026 23:17
Copilot AI review requested due to automatic review settings March 27, 2026 23:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to stabilize CI by constraining the HuggingFace transformers dependency used by the test pipeline.

Changes:

  • Added an upper-bound version constraint for transformers in test requirements.
  • Added an inline pylint suppression on a LlamaConfig(...) call in a PyTorch pass test.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
test/requirements-test.txt Constrains transformers version for CI/test dependency installs.
test/passes/pytorch/test_selective_mixed_precision.py Adjusts lint behavior for LlamaConfig initialization in a unit test.

xiaoyu-work and others added 2 commits March 27, 2026 16:27
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.

2 participants