facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
30.57k stars 6.41k forks source link

When I use 8 A40 images to continue pre-training the XLSR-53 2B pre-training model, I always get an error message: Expected is_sm80 to be true, but got false. (could this error message be improved? If so, please report an enhancement request to pytorch) How can I solve this problem? #5553

Open Learneducn opened 1 month ago

Learneducn commented 1 month ago

🐛 Bug

To Reproduce

Steps to reproduce the behavior (always include the command you ran):

  1. Run cmd '....'
  2. See error

Code sample

Expected behavior

Environment

Additional context

Learneducn commented 1 month ago

When I use 8 A40 images to continue pre-training the XLSR-53 2B pre-training model, I always get an error message: Expected is_sm80 to be true, but got false. (could this error message be improved? If so, please report an enhancement request to pytorch) How can I solve this problem?