Skip to content

Commit 2bbf497

Browse files
committed
update: 기본 경로 변경
1 parent c4bae9a commit 2bbf497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/gen_persona.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ def main(output_path):
4444

4545
if __name__ == "__main__":
4646
parser = ArgumentParser()
47-
parser.add_argument("--output_path", type=str, default="data/persona/personas.json")
47+
parser.add_argument("--output_path", type=str, default="data/personas.json")
4848
args = parser.parse_args()
4949
main(args.output_path)

0 commit comments

Comments
 (0)