alibaba / FederatedScope

An easy-to-use federated learning platform
https://www.federatedscope.io
Apache License 2.0
1.3k stars 210 forks source link

Fix issues in offsite tuning #649

Closed rayrayraykk closed 1 year ago

rayrayraykk commented 1 year ago

From @HarliWu : Some bugs have been fixed for /llm/offsite_tuning/. Specifically, the keys of "emulator and adapter" mismatch that of the raw model. Also, we optimize the RAM usage of the training of the offsite-tuning. Support the loading of offsite_tuning model in FSChatBot

Minor changes are made from #647 .