Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
7c4e3f0
1
Parent(s):
37be3a4
remove shape arg
Browse files
app.py
CHANGED
@@ -146,7 +146,6 @@ def get_benchmark_plot(bench_df):
|
|
146 |
x="generate.latency(s)",
|
147 |
y="best_score",
|
148 |
color="model_type",
|
149 |
-
shape="quantized",
|
150 |
size="forward.peak_memory(MB)",
|
151 |
custom_data=[
|
152 |
"best_scored_model",
|
|
|
146 |
x="generate.latency(s)",
|
147 |
y="best_score",
|
148 |
color="model_type",
|
|
|
149 |
size="forward.peak_memory(MB)",
|
150 |
custom_data=[
|
151 |
"best_scored_model",
|