Skip to content

Commit 64331b2

Browse files
committed
update
1 parent 26775e5 commit 64331b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/populate_into_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def _init_benchmark(conn, branch, commit_id, commit_msg):
17-
metadata = ""
17+
metadata = f"diffusers-{commit_id}"
1818
repository = "huggingface/diffusers"
1919
with conn.cursor() as cur:
2020
cur.execute(

0 commit comments

Comments
 (0)