NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.07k stars 142 forks source link

fix on going errors in transformers unit tests #755

Closed jperez999 closed 9 months ago

jperez999 commented 9 months ago

This PR anchors the version of transformers in the requirements file to ensure that all unit tests succeed. They have been failing with the more recent versions of the transformers package via AttributeError: 'Trainer' object has no attribute '_pad_across_processes'

copy-pr-bot[bot] commented 9 months ago

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

jperez999 commented 9 months ago

/ok to test

github-actions[bot] commented 9 months ago

Documentation preview

https://nvidia-merlin.github.io/Transformers4Rec/review/pr-755

jperez999 commented 9 months ago

/ok to test

jperez999 commented 9 months ago

/ok to test

jperez999 commented 9 months ago

/ok to test

jperez999 commented 9 months ago

closing because handled in https://github.com/NVIDIA-Merlin/Transformers4Rec/pull/757