Spaces:
Running
Running
BenchmarkBot
commited on
Commit
ยท
37be3a4
1
Parent(s):
c3c27bd
show quantized on plot
Browse files
app.py
CHANGED
@@ -141,14 +141,12 @@ def get_benchmark_table(bench_df):
|
|
141 |
|
142 |
|
143 |
def get_benchmark_plot(bench_df):
|
144 |
-
# untill falcon gets fixed / natively supported
|
145 |
-
bench_df = bench_df[bench_df["generate.latency(s)"] < 150]
|
146 |
-
|
147 |
fig = px.scatter(
|
148 |
bench_df,
|
149 |
x="generate.latency(s)",
|
150 |
y="best_score",
|
151 |
color="model_type",
|
|
|
152 |
size="forward.peak_memory(MB)",
|
153 |
custom_data=[
|
154 |
"best_scored_model",
|
|
|
141 |
|
142 |
|
143 |
def get_benchmark_plot(bench_df):
|
|
|
|
|
|
|
144 |
fig = px.scatter(
|
145 |
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",
|