Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
eduagarcia
commited on
Commit
•
5ab1da9
1
Parent(s):
9ee518f
fix typo
Browse files- src/submission/submit.py +1 -1
src/submission/submit.py
CHANGED
@@ -146,7 +146,7 @@ def add_new_eval(
|
|
146 |
out_path = f"{OUT_DIR}/{model_path}_eval_request_{private}_{precision}_{weight_type}.json"
|
147 |
|
148 |
with open(out_path, "w", encoding="utf-8") as f:
|
149 |
-
json.dump(eval_entry, f,
|
150 |
|
151 |
print("Uploading eval file")
|
152 |
API.upload_file(
|
|
|
146 |
out_path = f"{OUT_DIR}/{model_path}_eval_request_{private}_{precision}_{weight_type}.json"
|
147 |
|
148 |
with open(out_path, "w", encoding="utf-8") as f:
|
149 |
+
json.dump(eval_entry, f, indent=4, ensure_ascii=False)
|
150 |
|
151 |
print("Uploading eval file")
|
152 |
API.upload_file(
|