vitoplantamura / OnnxStream

Lightweight inference library for ONNX files, written in C++. It can run Stable Diffusion XL 1.0 on a RPI Zero 2 (or in 298MB of RAM) but also Mistral 7B on desktops and servers. ARM, x86, WASM, RISC-V supported. Accelerated by XNNPACK.
https://yolo.vitoplantamura.com/
Other
1.86k stars 84 forks source link

Change "0.5-2x slower" to "1.5-2x slower" #19

Closed SigmundurMorkore closed 1 year ago

SigmundurMorkore commented 1 year ago

If something is 0.5x slower, then it is 2x faster. I presume, and the performance data seems to confirm, that it was intended to say "1.5-2x slower".

vitoplantamura commented 1 year ago

hi,

thanks for the PR.

Rereading that sentence, I decided to avoid any possibility of misunderstanding and I reformulated the entire text (also adding a more accurate technical context).

Thanks, Vito