We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbdfe0 commit a09768fCopy full SHA for a09768f
1 file changed
benchmarks/push_results.py
@@ -63,6 +63,13 @@ def push_to_hf_dataset():
63
repo_type="dataset",
64
commit_message=commit_message,
65
)
66
+ upload_file(
67
+ repo_id="diffusers/benchmark-analyzer",
68
+ path_in_repo=FINAL_CSV_FILENAME,
69
+ path_or_fileobj=FINAL_CSV_FILENAME,
70
+ repo_type="space",
71
+ commit_message=commit_message,
72
+ )
73
74
75
if __name__ == "__main__":
0 commit comments