MB != MiB
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 6s

This commit is contained in:
Nexus 2024-05-31 18:25:35 +01:00
parent 09f8a59d6b
commit cf5db2d80c
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -659,7 +659,7 @@ class Ollama(commands.Cog):
bar += "\N{white large square}" * (10 - len(bar))
bar += f" {_v:.2f}%"
if _mbps:
bar += f" ({_mbps:.2f} MB/s)"
bar += f" ({_mbps:.2f} MiB/s)"
if action:
return f"{action} {bar}"
return bar