-
Notifications
You must be signed in to change notification settings - Fork 240
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
Bump transformers version #2627
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
transformers[torch]~=4.36.0 | ||
accelerate==0.24.1 | ||
transformers[torch]~=4.38.2 | ||
accelerate==0.28.0 |
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.
accelerate package was updated due to issues in the transformers package (issue no. 29216).
### 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)
### 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)
Changes
Reason for changes
Related tickets
Tests