Procházet zdrojové kódy

minor fixes to readme

justheuristic před 5 roky
rodič
revize
5232ef78df
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  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.