Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
5236273
1
Parent(s):
8e8c463
fix plotly
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def get_benchmark_plot(benchmark):
|
|
74 |
'forward.peak_memory(MB)', 'generate.throughput(tokens/s)'],
|
75 |
)
|
76 |
|
77 |
-
fig.
|
78 |
title={
|
79 |
'text': "Model Score vs. Latency vs. Memory",
|
80 |
'y': 0.95, 'x': 0.5,
|
|
|
74 |
'forward.peak_memory(MB)', 'generate.throughput(tokens/s)'],
|
75 |
)
|
76 |
|
77 |
+
fig.update_layout(
|
78 |
title={
|
79 |
'text': "Model Score vs. Latency vs. Memory",
|
80 |
'y': 0.95, 'x': 0.5,
|