Weirui Kuang
Weirui Kuang
I add a function of sending `cfg` before starting for run HPO in **distributed** mode. But it's not enough to change `self._cfg` when the client receives a new configuration because...
This PR is adopted from https://github.com/alibaba/FederatedScope/pull/494. We have three goals here: 1. Refactor FedEx. 1 dim grid mode -> ConfigSpace mode. 2. Multi-obj optimizer for autotune implemented with SMAC3. 3....
Thanks for the great work! I need to save some global variables after executing a command and continue to modify this global variable in the next command. It seems that...
I noticed that all the data can be classified:  Could you share the label for each data? Thanks a lot!
Thank you for your great work! I really appreciate your efforts in creating such a wonderful tool for generating music from music. I would like to ask you if you...
The current implementation of `exec_python_code` is a multi-processing version, which should be in `if __name__ == "__main__"`. We can implement it in the thread and mark it as TODO now....
--- name: Add state agent --- ## Description Add state agent ## Checklist Please check the following items before code is ready to be reviewed. - [X] Code has passed...
## Class Description The LearnableAgent class extends AgentBase and implements abstract base class (ABC) functionalities, serving as the core for creating agents capable of learning from textual interactions. ## Key...
Since the sample generated by LLMs in jsonl might not have the key 'prompt' (as described in https://github.com/THUDM/CodeGeeX/blob/main/codegeex/benchmark/README.md), it will ran into KeyError: 'prompt'.