Skip to content

Commit 76d1747

Browse files
Update scripts/server-bench.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 49569aa commit 76d1747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/server-bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def benchmark(
279279
plt.scatter(prompt_n, 1e3 * prompt_t, s=10.0, marker=".", alpha=0.25)
280280
plt.xlim(0, 1.05e0 * np.max(prompt_n))
281281
plt.ylim(0, 1.05e3 * np.max(prompt_t))
282-
plt.title(name)
282+
plt.title(name or "")
283283
plt.xlabel("Prompt length [tokens]")
284284
plt.ylabel("Time to first token [ms]")
285285
plt.savefig("prompt_time.png", dpi=240)

0 commit comments

Comments
 (0)