Skip to content

Commit a09768f

Browse files
committed
push dataset to the Space repo for analysis.
1 parent 2dbdfe0 commit a09768f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

benchmarks/push_results.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ def push_to_hf_dataset():
6363
repo_type="dataset",
6464
commit_message=commit_message,
6565
)
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+
)
6673

6774

6875
if __name__ == "__main__":

0 commit comments

Comments
 (0)