Spaces:
Running
Running
Commit
β’
57896bb
1
Parent(s):
29307cd
fix
Browse files
src/latency_score_memory.py
CHANGED
@@ -15,7 +15,6 @@ SCORE_MEMORY_LATENCY_DATA = [
|
|
15 |
"Decode (tokens/s)",
|
16 |
"Memory (MB)",
|
17 |
"End-to-End (s)",
|
18 |
-
# "End-to-End (tokens/s)",
|
19 |
]
|
20 |
|
21 |
|
@@ -38,7 +37,7 @@ def get_lat_score_mem_fig(llm_perf_df):
|
|
38 |
)
|
39 |
fig.update_layout(
|
40 |
title={
|
41 |
-
"text": "vs. Score vs. Memory",
|
42 |
"y": 0.95,
|
43 |
"x": 0.5,
|
44 |
"xanchor": "center",
|
|
|
15 |
"Decode (tokens/s)",
|
16 |
"Memory (MB)",
|
17 |
"End-to-End (s)",
|
|
|
18 |
]
|
19 |
|
20 |
|
|
|
37 |
)
|
38 |
fig.update_layout(
|
39 |
title={
|
40 |
+
"text": "Latency vs. Score vs. Memory",
|
41 |
"y": 0.95,
|
42 |
"x": 0.5,
|
43 |
"xanchor": "center",
|