-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix transformer and error on example when CI uses single-GPU (#757)
* fix on going errors in transformers unit tests * added range to package versions * add linting changes required by linter * update pre-commit hook action * update file to pass lint action * Fixed bug in end-to-end-session-based that was failing test on CI when only a single GPU was available (which prevented multigpu training) --------- Co-authored-by: Julio <[email protected]> Co-authored-by: Julio Perez <[email protected]>
- Loading branch information
1 parent
5bef974
commit 625897c
Showing
5 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
transformers[torch]>=4.12,<5 | ||
transformers[torch]>=4.12,<4.31.0 | ||
tqdm>=4.27 | ||
pyarrow>=1.0 | ||
torchmetrics>=0.10.0 |
This file contains 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