psynote123 commited on
Commit
d8e4d91
·
verified ·
1 Parent(s): 8cbcc94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -48,6 +48,8 @@ __Goals of elastic models:__
48
 
49
  ## Inference
50
 
 
 
51
  To infer our models, you just need to replace `transformers` import with `elastic_models.transformers`:
52
 
53
  ```python
 
48
 
49
  ## Inference
50
 
51
+ > Compiled versions are currently available only for batch sizes 1, 8 and 16. Other versions are not yet accessible. Stay tuned for updates!
52
+
53
  To infer our models, you just need to replace `transformers` import with `elastic_models.transformers`:
54
 
55
  ```python