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 9e1f17f commit 71200daCopy full SHA for 71200da
.github/workflows/benchmark.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Update benchmarking results to DB
60
env:
61
PGDATABASE: metrics
62
- PGHOST: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGHOST }} # TODO
+ PGHOST: ${{ secrets.DIFFUSERS_BENCHMARKS_PGHOST }} # TODO
63
PGUSER: transformers_benchmarks
64
PGPASSWORD: ${{ secrets.DIFFUSERS_BENCHMARKS_PGPASSWORD }}
65
run: cd benchmarks && python populate_into_db.py
0 commit comments