Skip to content
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

Bump transformers version #2627

Merged
merged 4 commits into from
Apr 16, 2024

Conversation

KodiaqQ
Copy link
Collaborator

@KodiaqQ KodiaqQ commented Apr 12, 2024

Changes

  • Bumped transformers package version to 4.38.2;
  • Updating to 4.39.3 is not possible due to optimum incompatibility;
  • Bumped accelerate package due to issue in transformers package;

Reason for changes

  • Package security issues;

Related tickets

  • N/A

Tests

  • post_training_quantization/355/ - passed
  • additional post_training_quantization/358/ - passed

@KodiaqQ KodiaqQ requested a review from a team as a code owner April 12, 2024 11:12
@github-actions github-actions bot added NNCF PT Pull requests that updates NNCF PyTorch NNCF PTQ Pull requests that updates NNCF PTQ labels Apr 12, 2024
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.93%. Comparing base (f878143) to head (0a009b1).
Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #2627       +/-   ##
============================================
- Coverage    91.16%   77.93%   -13.23%     
============================================
  Files          494      494               
  Lines        45373    45401       +28     
============================================
- Hits         41363    35383     -5980     
- Misses        4010    10018     +6008     

see 108 files with indirect coverage changes

Flag Coverage Δ
COMMON ?
ONNX ?
OPENVINO ?
TENSORFLOW 30.10% <ø> (-0.02%) ⬇️
TORCH 65.95% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
common 88.28% <ø> (-5.47%) ⬇️
torch 93.49% <ø> (-0.01%) ⬇️
tensorflow 93.74% <ø> (ø)
onnx 0.00% <ø> (-93.08%) ⬇️
openvino 25.70% <ø> (-68.46%) ⬇️
ptq 53.06% <ø> (-37.05%) ⬇️

transformers[torch]~=4.36.0
accelerate==0.24.1
transformers[torch]~=4.38.2
accelerate==0.28.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

accelerate package was updated due to issues in the transformers package (issue no. 29216).

@KodiaqQ KodiaqQ merged commit 8cb9457 into openvinotoolkit:develop Apr 16, 2024
11 checks passed
KodiaqQ added a commit to KodiaqQ/nncf that referenced this pull request Apr 16, 2024
### Changes

- Bumped **transformers** package version to 4.38.2;
- Updating to 4.39.3 is not possible due to **optimum** incompatibility;
- Bumped **accelerate** package due to issue in **transformers**
package;

### Reason for changes

- Package security issues;

### Related tickets

- N/A

### Tests

- post_training_quantization/355/ - passed
- additional post_training_quantization/358/ - passed

(cherry picked from commit 8cb9457)
KodiaqQ added a commit that referenced this pull request Apr 16, 2024
### Changes

- Bumped **transformers** package version to 4.38.2;
- Updating to 4.39.3 is not possible due to **optimum** incompatibility;
- Bumped **accelerate** package due to issue in **transformers**
package;

### Reason for changes

- Package security issues;

### Related tickets

- N/A

### Tests

- post_training_quantization/355/ - passed
- additional post_training_quantization/358/ - passed

(cherry picked from commit 8cb9457)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NNCF PT Pull requests that updates NNCF PyTorch NNCF PTQ Pull requests that updates NNCF PTQ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants