You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SharedDDP has been deprecated in the transformers library, but it is still being used in the optimum examples. This is causing failures in the examples, and we need to address this issue.
Question:
Are you actively working on fixing this problem, or should I go ahead and create a PR to resolve this issue?
Additional Inquiry:
In the interest of maintaining compatibility and preventing future issues, can you provide insight into how changes in the transformers library are being tested to ensure they do not impact optimum examples going forward?
System Info
Who can help?
Problem:
SharedDDP has been deprecated in the transformers library, but it is still being used in the optimum examples. This is causing failures in the examples, and we need to address this issue.
Question:
Are you actively working on fixing this problem, or should I go ahead and create a PR to resolve this issue?
Additional Inquiry:
In the interest of maintaining compatibility and preventing future issues, can you provide insight into how changes in the transformers library are being tested to ensure they do not impact optimum examples going forward?
@JingyaHuang
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction (minimal, reproducible, runnable)
run any optimum example.
Expected behavior
Getting these errors.
AttributeError: 'Trainer' object has no attribute 'use_cuda_amp'
or
is_fairscale_available failed to be imported from transformers.integration.
The text was updated successfully, but these errors were encountered: