microsoft / DeBERTa

The implementation of DeBERTa
MIT License
1.91k stars 216 forks source link

Import ABC from collections.abc for Python 3.10 compatibility #95

Closed tirkarthi closed 1 year ago

tirkarthi commented 2 years ago

Import ABC from collections was deprecated and removed in Python 3.10. Use collections.abc .