From baa6bdf18ff0ee649977c40dd2e9fe8e10c550ef Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Wed, 16 Feb 2022 16:36:05 +0000 Subject: Readme Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8388dc..05ac8c3 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The last argument of `Multiply` is a callback which is usually used to performs - in [callbacks/implementations.inl](callbacks/implementations.inl) if you want to implement it for all architecturs at the same time. - in `callbacks/ARCHITECTURE.h` (e.g. [callbacks/sse2.h](callbacks/sse2.h)) if you want to implement it only for the specific architecture. -For 8-bit, you can make use a of a slightly faster implementation, assuming you can determine tha quantization multipliers and prepare the biases offline: +For 8-bit, you can make use a of a slightly faster implementation, assuming you can determine the quantization multipliers and prepare the biases offline: ```C++ #include "intgemm/intgemm.h" -- cgit v1.2.3