Skip to content

Commit 99336fa

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

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
@@ -288,7 +288,7 @@ def benchmark(
288288
plt.figure()
289289
plt.hist(token_t, np.arange(0, bin_max))
290290
plt.xlim(0, bin_max + 1)
291-
plt.title(name)
291+
plt.title(name or "")
292292
plt.xlabel("Time [s]")
293293
plt.ylabel("Num. tokens generated per second")
294294
plt.savefig("gen_rate.png", dpi=240)

0 commit comments

Comments
 (0)