Yuanzheng Wang
Yuanzheng Wang
用网页上的刷新键刷新没问题,但是用F5刷新后,自己添加的memo就没了
Currentlt cog only provides APIs for loading graph from file like `load_csv `, `load_triples `, `load_edgelist `, can you provide corresponding APIs for saving, like `save_csv `, `save_triples `, `save_edgelist...
What a nice tools! However, current codes has trouble dealing with logic expression with more than 2 terms, for example: ```python x, y, z = sympy.symbols("x,y,z") expr =x | y...
Are you going to release a Wikipedia pretrained model weights? > **4.1 Experimental Setup Datasets and Evaluation** > ... > **Pre-training** > **All the models are first tuned on the...
python 3.12 agentlightning 0.2.2 When running `examples/spider/sql_agent.py`, it raises this error: ```python Traceback (most recent call last): File "/workspace/projects/examples/spider/sql_agent.py", line 33, in agl.setup_logging(apply_to=[__name__]) ^^^^^^^^^^^^^^^^^ AttributeError: module 'agentlightning' has no attribute...
Is there an existing way to specify a different LoRA configuration for each sub-agent during training? Currently, the `agent_match` parameter in the Trainer can select which sub-agents are trained. Howerver,...