ycy commited on
Commit
6f16ab2
·
1 Parent(s): 4539154
Files changed (1) hide show
  1. src/submission/submit.py +1 -1
src/submission/submit.py CHANGED
@@ -58,7 +58,7 @@ def add_new_open_model_eval(
58
  user_name = model.split("/")[0]
59
  OUT_DIR = f"{EVAL_REQUESTS_PATH}/{user_name}"
60
  os.makedirs(OUT_DIR, exist_ok=True)
61
- out_path = f"{model}_eval_request_False.json"
62
 
63
 
64
  with open(out_path, "w") as f:
 
58
  user_name = model.split("/")[0]
59
  OUT_DIR = f"{EVAL_REQUESTS_PATH}/{user_name}"
60
  os.makedirs(OUT_DIR, exist_ok=True)
61
+ out_path = f"{EVAL_REQUESTS_PATH}/{model}_eval_request_False.json"
62
 
63
 
64
  with open(out_path, "w") as f: