mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-12 23:01:15 +00:00
move to another folder
This commit is contained in:
parent
29b9c1a45d
commit
47e04be77b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def main():
|
|||
if max_workers > 1:
|
||||
ray.init(num_cpus=8)
|
||||
run_agent(dataset_name="train", experiment_suffix="v2", max_workers=max_workers)
|
||||
# run_agent(dataset_name="dev", experiment_suffix="v2")
|
||||
run_agent(dataset_name="dev", experiment_suffix="v2", max_workers=max_workers)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue