We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64331b2 commit 01bd03eCopy full SHA for 01bd03e
benchmarks/populate_into_db.py
@@ -14,7 +14,7 @@
14
15
16
def _init_benchmark(conn, branch, commit_id, commit_msg):
17
- metadata = f"diffusers-{commit_id}"
+ metadata = {"metadata": f"diffusers-{commit_id}"}
18
repository = "huggingface/diffusers"
19
with conn.cursor() as cur:
20
cur.execute(
0 commit comments