Explorar o código

minor fixes to readme

justheuristic %!s(int64=5) %!d(string=hai) anos
pai
achega
5232ef78df
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -55,3 +55,9 @@ do something complex with it, please contact us by opening an issue (less prefer
 - DHT functionality is severely limited by its inability to traverse NAT.
 - Because of this all the features that require DHT are in deep pre-alpha state
   and cannot be used without special setup.
+
+**Runtime**:
+* You can achieve 4x less network load by passing quantized uint8 activations across experts.
+    Implement your own quantization or wait for tesseract v0.8.
+* Currently runtime can form batches that exceed maximal batch_size by task_size - 1. 
+    We will fix that in the nearest patch.