worldbank / REaLTabFormer

A suite of auto-regressive and Seq2Seq (sequence-to-sequence) transformer models for tabular and relational synthetic data generation.
https://worldbank.github.io/REaLTabFormer/
MIT License
200 stars 23 forks source link

cannot import name 'is_fairscale_available' from 'transformers.integrations #52

Closed waylonli closed 9 months ago

waylonli commented 9 months ago

It seems the huggingface transformers does not support is_fairscale_available() function any more. Which specific version shall we use?

avsolatorio commented 9 months ago

Hi @waylonli, I have pushed a patch that should prevent this error from happening. Please update the package to the latest version, and please let me know if the latest version is working. Thank you!