Transformers4Rec icon indicating copy to clipboard operation
Transformers4Rec copied to clipboard

[FEA] Update Transformers4Rec to use latest release of HF transformers

Open sararb opened this issue 3 years ago • 1 comments

🚀 Feature request

Update Transformers4Rec to use the latest version of HF transformers.

Motivation

The current API supports a pinned old version (4.12.) while the latest HF (4.25.). The motivation for this feature request is to update T4Rec to make use of the recent functionalities upgraded in the HF transformers library.

sararb avatar Dec 07 '22 21:12 sararb

Hi @oliverholworthy , I observed that since transformers 4.35.0, they removed the use_cuda_amp, and the amp was entirely migrated to Accelerate: https://github.com/huggingface/transformers/issues/27760 Do you think we can remove it from t4rec as well?

dcy0577 avatar Feb 02 '24 20:02 dcy0577