FedML
FedML copied to clipboard
fix bug in set_device_map for trpc
device_list is a dictionary and we need to map to its values, not keys. Issue: https://github.com/FedML-AI/FedML/issues/2002
@chaoyanghe would you merge this PR? It's a simple bug fix