mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
move to another folder
This commit is contained in:
parent
47e04be77b
commit
caa311150c
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ from ray import logger
|
|||
os.environ["APPWORLD_ROOT"] = "."
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv("../../../.env")
|
||||
load_dotenv("../../.env")
|
||||
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
|
@ -63,7 +63,7 @@ def main():
|
|||
max_workers = 8
|
||||
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="train", experiment_suffix="v2", max_workers=max_workers)
|
||||
run_agent(dataset_name="dev", experiment_suffix="v2", max_workers=max_workers)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue