Spaces:
Sleeping
Sleeping
Update src/saving_utils.py
Browse files- src/saving_utils.py +1 -1
src/saving_utils.py
CHANGED
@@ -19,7 +19,7 @@ def save_results(method_name, benchmark_types, results, repo_id="mgyigit/probe-d
|
|
19 |
elif benchmark_type == 'family':
|
20 |
save_family_output(results['family'], method_name)
|
21 |
elif benchmark_type == "affinity":
|
22 |
-
save_affinity_output(results['affinity', method_name
|
23 |
|
24 |
#Upload local files to the {repo_id}
|
25 |
upload_to_hub(benchmark_types, repo_id, repo_type)
|
|
|
19 |
elif benchmark_type == 'family':
|
20 |
save_family_output(results['family'], method_name)
|
21 |
elif benchmark_type == "affinity":
|
22 |
+
save_affinity_output(results['affinity'], method_name)
|
23 |
|
24 |
#Upload local files to the {repo_id}
|
25 |
upload_to_hub(benchmark_types, repo_id, repo_type)
|