Spaces:
Sleeping
Sleeping
Commit
·
b46d354
1
Parent(s):
f6be763
update scripts
Browse files
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=
|
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 |
|