()
| 572 | |
| 573 | |
| 574 | def hot_fix_transformers(): |
| 575 | try: |
| 576 | from transformers import modeling_utils |
| 577 | modeling_utils.ALL_PARALLEL_STYLES = {} |
| 578 | except AttributeError or ImportError: |
| 579 | pass |
| 580 | |
| 581 | |
| 582 | if __name__ == '__main__': |
no outgoing calls
no test coverage detected
searching dependent graphs…