XufengDuan commited on
Commit
b46d354
·
1 Parent(s): f6be763

update scripts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def process_pending_evals():
70
  device=envs.DEVICE,
71
  no_cache=True,
72
  need_check=True, # 根据需要设定是否需要检查
73
- write_results=True # 根据需要设定是否写入结果
74
  )
75
  print(f"Finished evaluation for model: {eval_request['model']}")
76
 
 
70
  device=envs.DEVICE,
71
  no_cache=True,
72
  need_check=True, # 根据需要设定是否需要检查
73
+ write_results=False # 根据需要设定是否写入结果
74
  )
75
  print(f"Finished evaluation for model: {eval_request['model']}")
76