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 26775e5 commit 64331b2Copy full SHA for 64331b2
benchmarks/populate_into_db.py
@@ -14,7 +14,7 @@
14
15
16
def _init_benchmark(conn, branch, commit_id, commit_msg):
17
- metadata = ""
+ metadata = f"diffusers-{commit_id}"
18
repository = "huggingface/diffusers"
19
with conn.cursor() as cur:
20
cur.execute(
0 commit comments