"tests/test_modeling_nystromformer.py" did not exist on "fa84ae26d62c7ac2ad6dca18b2d8b12ab83bc900"
Update training_args.py to remove the runtime error (#25920)
This cl iterates through a list of keys rather than dict items while updating the dict elements. Fixes the following error: File "..../transformers/training_args.py", line 1544, in post_init for k, v in self.fsdp_config.items(): RuntimeError: dictionary keys changed during iteration
Showing
Please register or sign in to comment