output = model.infer_pdb(sequence) I have encountered an error : module 'deepspeed' has no attribute 'comm'. And this error originated from 'output = model.infer_pdb(sequence)' . I am very confused why this problem happens and do not know what to do....
Thanks for this great deepspeed feature. I am also running into the same error both for DistilBertForSequenceClassification' object has no attribute 'backward' and for BertForSequenceClassification object has no attribute 'backward' here is the full error: AttributeError Traceback (most recent call...